#AF94EA

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

Shades of Biloba Flower #AF94EA

Tints of Biloba Flower #AF94EA

Color information

#AF94EA (or 0xAF94EA) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and EA. RGB value is (175,148,234). Sum of RGB (Red+Green+Blue) = 175+148+234=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF94EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94EA is #506B15. Grayscale: #A5A5A5. Windows color (decimal): -5270294 or 15373487. OLE color: 15373487.

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

Color convert

RGB175148234-
CMYK0.250.3700.08
HSL258.84º67.19%74.9%-
HSV(B)258.84º36.75%91.76%-
XYZ43.1236.2382.56-
YUV165.88166.45134.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 148 (58.20% from 255) = 26.57%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=31.42%
G=26.57%
B=42.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751482340.250.3700.08258.8467.1974.9
HexAF94EA192508103434b
Octal2572243523145010403103113
Binary101011111001010011101010110011001010100010000001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94EA; }

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

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

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

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

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

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

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

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