#AF85DA

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

Shades of Biloba Flower #AF85DA

Tints of Biloba Flower #AF85DA

Color information

#AF85DA (or 0xAF85DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and DA. RGB value is (175,133,218). Sum of RGB (Red+Green+Blue) = 175+133+218=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF85DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DA is #507A25. Grayscale: #9A9A9A. Windows color (decimal): -5274150 or 14321071. OLE color: 14321071.

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

Color convert

RGB175133218-
CMYK0.200.3900.15
HSL269.65º53.46%68.82%-
HSV(B)269.65º38.99%85.49%-
XYZ38.7230.9570.26-
YUV155.25163.41142.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=33.27%
G=25.29%
B=41.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751332180.200.3900.15269.6553.4668.82
HexAF85DA14270F10e3545
Octal257205332244701741665105
Binary10101111100001011101101010100100111011111000011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85DA; }

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

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

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

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

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

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

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

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