#AF91CB

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

Shades of Biloba Flower #AF91CB

Tints of Biloba Flower #AF91CB

Color information

#AF91CB (or 0xAF91CB) is unknown color: approx Biloba Flower. HEX triplet: AF, 91 and CB. RGB value is (175,145,203). Sum of RGB (Red+Green+Blue) = 175+145+203=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91CB is #506E34. Grayscale: #A0A0A0. Windows color (decimal): -5271093 or 13341103. OLE color: 13341103.

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

Color convert

RGB175145203-
CMYK0.140.2900.20
HSL271.03º35.8%68.24%-
HSV(B)271.03º28.57%79.61%-
XYZ38.5833.6860.97-
YUV160.58151.94138.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=33.46%
G=27.72%
B=38.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751452030.140.2900.20271.0335.868.24
HexAF91CBE1D01410f2444
Octal257221313163502441744104
Binary1010111110010001110010111110111010101001000011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91CB; }

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

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

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

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

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

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

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

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