#AFA4CD

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

Shades of Biloba Flower #AFA4CD

Tints of Biloba Flower #AFA4CD

Color information

#AFA4CD (or 0xAFA4CD) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and CD. RGB value is (175,164,205). Sum of RGB (Red+Green+Blue) = 175+164+205=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4CD is #505B32. Grayscale: #ABABAB. Windows color (decimal): -5266227 or 13477039. OLE color: 13477039.

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

Color convert

RGB175164205-
CMYK0.150.200.20
HSL256.1º29.08%72.35%-
HSV(B)256.1º20%80.39%-
XYZ41.9740.0763.28-
YUV171.96146.64130.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=32.17%
G=30.15%
B=37.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751642050.150.200.20256.129.0872.35
HexAFA4CDF140141001d48
Octal257244315172402440035110
Binary101011111010010011001101111110100010100100000000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4CD; }

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

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

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

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

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

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

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

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