#AF94DB

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

Shades of Biloba Flower #AF94DB

Tints of Biloba Flower #AF94DB

Color information

#AF94DB (or 0xAF94DB) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and DB. RGB value is (175,148,219). Sum of RGB (Red+Green+Blue) = 175+148+219=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94DB is #506B24. Grayscale: #A3A3A3. Windows color (decimal): -5270309 or 14390447. OLE color: 14390447.

HSL color Cylindrical-coordinate representation of color #AF94DB: hue angle of 262.82º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF94DB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175148219-
CMYK0.200.3200.14
HSL262.82º49.65%71.96%-
HSV(B)262.82º32.42%85.88%-
XYZ41.0635.4171.69-
YUV164.17158.95135.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=32.29%
G=27.31%
B=40.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751482190.200.3200.14262.8249.6571.96
HexAF94DB14200E1073248
Octal257224333244001640762110
Binary10101111100101001101101110100100000011101000001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94DB; }

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

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

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

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

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

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

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

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