#AFA5CB

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

Shades of Biloba Flower #AFA5CB

Tints of Biloba Flower #AFA5CB

Color information

#AFA5CB (or 0xAFA5CB) is unknown color: approx Biloba Flower. HEX triplet: AF, A5 and CB. RGB value is (175,165,203). Sum of RGB (Red+Green+Blue) = 175+165+203=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFA5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5CB is #505A34. Grayscale: #ACACAC. Windows color (decimal): -5265973 or 13346223. OLE color: 13346223.

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

Color convert

RGB175165203-
CMYK0.140.1900.20
HSL255.79º26.76%72.16%-
HSV(B)255.79º18.72%79.61%-
XYZ41.9140.3462.08-
YUV172.32145.31129.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=32.23%
G=30.39%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751652030.140.1900.20255.7926.7672.16
HexAFA5CBE130141001b48
Octal257245313162302440033110
Binary101011111010010111001011111010011010100100000000110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5CB; }

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

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

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

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

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

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

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

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