#AF8EEA

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

Shades of Biloba Flower #AF8EEA

Tints of Biloba Flower #AF8EEA

Color information

#AF8EEA (or 0xAF8EEA) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and EA. RGB value is (175,142,234). Sum of RGB (Red+Green+Blue) = 175+142+234=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF8EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EEA is #507115. Grayscale: #A2A2A2. Windows color (decimal): -5271830 or 15371951. OLE color: 15371951.

HSL color Cylindrical-coordinate representation of color #AF8EEA: hue angle of 261.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF8EEA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175142234-
CMYK0.250.3900.08
HSL261.52º68.66%73.73%-
HSV(B)261.52º39.32%91.76%-
XYZ42.234.482.26-
YUV162.36168.43137.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 142 (55.86% from 255) = 25.77%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=31.76%
G=25.77%
B=42.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751422340.250.3900.08261.5268.6673.73
HexAF8EEA192708106454a
Octal2572163523147010406105112
Binary101011111000111011101010110011001110100010000011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EEA; }

 p { color: rgb(175,142,234); }

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

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

 a { background-color: rgb(175,142,234); }

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

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

 span { border-color: rgb(175,142,234); }

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