#AF87DA

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

Shades of Biloba Flower #AF87DA

Tints of Biloba Flower #AF87DA

Color information

#AF87DA (or 0xAF87DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 87 and DA. RGB value is (175,135,218). Sum of RGB (Red+Green+Blue) = 175+135+218=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF87DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87DA is #507825. Grayscale: #9C9C9C. Windows color (decimal): -5273638 or 14321583. OLE color: 14321583.

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

Color convert

RGB175135218-
CMYK0.200.3800.15
HSL268.92º52.87%69.22%-
HSV(B)268.92º38.07%85.49%-
XYZ3931.570.36-
YUV156.42162.75141.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=33.14%
G=25.57%
B=41.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751352180.200.3800.15268.9252.8769.22
HexAF87DA14260F10d3545
Octal257207332244601741565105
Binary10101111100001111101101010100100110011111000011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87DA; }

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

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

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

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

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

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

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

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