#AF92CB

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

Shades of Biloba Flower #AF92CB

Tints of Biloba Flower #AF92CB

Color information

#AF92CB (or 0xAF92CB) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and CB. RGB value is (175,146,203). Sum of RGB (Red+Green+Blue) = 175+146+203=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92CB is #506D34. Grayscale: #A0A0A0. Windows color (decimal): -5270837 or 13341359. OLE color: 13341359.

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

Color convert

RGB175146203-
CMYK0.140.2800.20
HSL270.53º35.4%68.43%-
HSV(B)270.53º28.08%79.61%-
XYZ38.7433.9861.02-
YUV161.17151.61137.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=33.40%
G=27.86%
B=38.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751462030.140.2800.20270.5335.468.43
HexAF92CBE1C01410f2344
Octal257222313163402441743104
Binary1010111110010010110010111110111000101001000011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92CB; }

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

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

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

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

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

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

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

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