#AF85DE

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

Shades of Biloba Flower #AF85DE

Tints of Biloba Flower #AF85DE

Color information

#AF85DE (or 0xAF85DE) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and DE. RGB value is (175,133,222). Sum of RGB (Red+Green+Blue) = 175+133+222=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF85DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DE is #507A21. Grayscale: #9B9B9B. Windows color (decimal): -5274146 or 14583215. OLE color: 14583215.

HSL color Cylindrical-coordinate representation of color #AF85DE: hue angle of 268.31º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF85DE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175133222-
CMYK0.210.4000.13
HSL268.31º57.42%69.61%-
HSV(B)268.31º40.09%87.06%-
XYZ39.2531.1673.05-
YUV155.7165.41141.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=33.02%
G=25.09%
B=41.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751332220.210.4000.13268.3157.4269.61
HexAF85DE15280D10c3946
Octal257205336255001541471106
Binary10101111100001011101111010101101000011011000011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85DE; }

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

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

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

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

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

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

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

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