#AF85DC

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

Shades of Biloba Flower #AF85DC

Tints of Biloba Flower #AF85DC

Color information

#AF85DC (or 0xAF85DC) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and DC. RGB value is (175,133,220). Sum of RGB (Red+Green+Blue) = 175+133+220=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DC is #507A23. Grayscale: #9B9B9B. Windows color (decimal): -5274148 or 14452143. OLE color: 14452143.

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

Color convert

RGB175133220-
CMYK0.200.4000.14
HSL268.97º55.41%69.22%-
HSV(B)268.97º39.55%86.27%-
XYZ38.9831.0671.65-
YUV155.48164.41141.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=33.14%
G=25.19%
B=41.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751332200.200.4000.14268.9755.4169.22
HexAF85DC14280E10d3745
Octal257205334245001641567105
Binary10101111100001011101110010100101000011101000011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85DC; }

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

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

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

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

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

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

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

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