#AF91CD

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

Shades of Biloba Flower #AF91CD

Tints of Biloba Flower #AF91CD

Color information

#AF91CD (or 0xAF91CD) is unknown color: approx Biloba Flower. HEX triplet: AF, 91 and CD. RGB value is (175,145,205). Sum of RGB (Red+Green+Blue) = 175+145+205=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF91CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91CD is #506E32. Grayscale: #A0A0A0. Windows color (decimal): -5271091 or 13472175. OLE color: 13472175.

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

Color convert

RGB175145205-
CMYK0.150.2900.20
HSL270º37.5%68.63%-
HSV(B)270º29.27%80.39%-
XYZ38.8233.7762.23-
YUV160.81152.94138.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=33.33%
G=27.62%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751452050.150.2900.2027037.568.63
HexAF91CDF1D01410e2545
Octal257221315173502441645105
Binary1010111110010001110011011111111010101001000011101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91CD; }

 p { color: rgb(175,145,205); }

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

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

 a { background-color: rgb(175,145,205); }

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

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

 span { border-color: rgb(175,145,205); }

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