#AF87DC

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

Shades of Biloba Flower #AF87DC

Tints of Biloba Flower #AF87DC

Color information

#AF87DC (or 0xAF87DC) is unknown color: approx Biloba Flower. HEX triplet: AF, 87 and DC. RGB value is (175,135,220). Sum of RGB (Red+Green+Blue) = 175+135+220=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF87DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87DC is #507823. Grayscale: #9C9C9C. Windows color (decimal): -5273636 or 14452655. OLE color: 14452655.

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

Color convert

RGB175135220-
CMYK0.200.3900.14
HSL268.24º54.84%69.61%-
HSV(B)268.24º38.64%86.27%-
XYZ39.2631.6171.74-
YUV156.65163.75141.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 135 (53.12% from 255) = 25.47%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=33.02%
G=25.47%
B=41.51%

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
Decimal1751352200.200.3900.14268.2454.8469.61
HexAF87DC14270E10c3746
Octal257207334244701641467106
Binary10101111100001111101110010100100111011101000011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87DC; }

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

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

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

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

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

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

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

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