#AF93CB

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

Shades of Biloba Flower #AF93CB

Tints of Biloba Flower #AF93CB

Color information

#AF93CB (or 0xAF93CB) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and CB. RGB value is (175,147,203). Sum of RGB (Red+Green+Blue) = 175+147+203=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93CB is #506C34. Grayscale: #A1A1A1. Windows color (decimal): -5270581 or 13341615. OLE color: 13341615.

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

Color convert

RGB175147203-
CMYK0.140.2800.20
HSL270º35%68.63%-
HSV(B)270º27.59%79.61%-
XYZ38.8934.2961.07-
YUV161.76151.28137.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=33.33%
G=28%
B=38.67%

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
Decimal1751472030.140.2800.202703568.63
HexAF93CBE1C01410e2345
Octal257223313163402441643105
Binary1010111110010011110010111110111000101001000011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93CB; }

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

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

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

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

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

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

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

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