#AF85DB

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

Shades of Biloba Flower #AF85DB

Tints of Biloba Flower #AF85DB

Color information

#AF85DB (or 0xAF85DB) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and DB. RGB value is (175,133,219). Sum of RGB (Red+Green+Blue) = 175+133+219=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DB is #507A24. Grayscale: #9B9B9B. Windows color (decimal): -5274149 or 14386607. OLE color: 14386607.

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

Color convert

RGB175133219-
CMYK0.200.3900.14
HSL269.3º54.43%69.02%-
HSV(B)269.3º39.27%85.88%-
XYZ38.853170.95-
YUV155.36163.91142.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=33.21%
G=25.24%
B=41.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751332190.200.3900.14269.354.4369.02
HexAF85DB14270E10d3645
Octal257205333244701641566105
Binary10101111100001011101101110100100111011101000011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85DB; }

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

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

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

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

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

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

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

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