#AF8BFC

Color #AF8BFC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AF8BFC

Tints of Biloba Flower #AF8BFC

Color information

#AF8BFC (or 0xAF8BFC) is unknown color: approx Biloba Flower. HEX triplet: AF, 8B and FC. RGB value is (175,139,252). Sum of RGB (Red+Green+Blue) = 175+139+252=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF8BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BFC is #507403. Grayscale: #A2A2A2. Windows color (decimal): -5272580 or 16550831. OLE color: 16550831.

HSL color Cylindrical-coordinate representation of color #AF8BFC: hue angle of 259.12º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8BFC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175139252-
CMYK0.310.4500.01
HSL259.12º94.96%76.67%-
HSV(B)259.12º44.84%98.82%-
XYZ44.4834.6196.43-
YUV162.65178.43136.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 139 (54.69% from 255) = 24.56%
BLUE value IS 252 (98.83% from 255) = 44.52%
R=30.92%
G=24.56%
B=44.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751392520.310.4500.01259.1294.9676.67
HexAF8BFC1F2D011035f4d
Octal257213374375501403137115
Binary101011111000101111111100111111011010110000001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BFC; }

 p { color: rgb(175,139,252); }

 H1.HeaderClassName
 {
   color: #AF8BFC;
 }
 .AnyTagClassName
 {
   color: #AF8BFC;
 }
</style>
background-color css

<style>
 a { background-color: #AF8BFC; }

 a { background-color: rgb(175,139,252); }

 div.DivClassName
 {
   background-color: #AF8BFC;
 }
 .BgClassName
 {
   background-color: #AF8BFC;
 }
</style>
border-color css

<style>
 span { border-color: #AF8BFC; }

 span { border-color: rgb(175,139,252); }

 td.TdClassName
 {
   border-color: #AF8BFC;
 }
 .TagClassName
 {
   border-color: #AF8BFC;
 }
</style>