#AFA4BD

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

Shades of Biloba Flower #AFA4BD

Tints of Biloba Flower #AFA4BD

Color information

#AFA4BD (or 0xAFA4BD) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and BD. RGB value is (175,164,189). Sum of RGB (Red+Green+Blue) = 175+164+189=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4BD is #505B42. Grayscale: #AAAAAA. Windows color (decimal): -5266243 or 12428463. OLE color: 12428463.

HSL color Cylindrical-coordinate representation of color #AFA4BD: hue angle of 266.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA4BD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175164189-
CMYK0.070.1300.26
HSL266.4º15.92%69.22%-
HSV(B)266.4º13.23%74.12%-
XYZ40.1439.3453.62-
YUV170.14138.64131.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=33.14%
G=31.06%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751641890.070.1300.26266.415.9269.22
HexAFA4BD7D01A10a1045
Octal25724427571503241220105
Binary1010111110100100101111011111101011010100001010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4BD; }

 p { color: rgb(175,164,189); }

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

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

 a { background-color: rgb(175,164,189); }

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

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

 span { border-color: rgb(175,164,189); }

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