#AFA4CC

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

Shades of Biloba Flower #AFA4CC

Tints of Biloba Flower #AFA4CC

Color information

#AFA4CC (or 0xAFA4CC) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and CC. RGB value is (175,164,204). Sum of RGB (Red+Green+Blue) = 175+164+204=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFA4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4CC is #505B33. Grayscale: #ABABAB. Windows color (decimal): -5266228 or 13411503. OLE color: 13411503.

HSL color Cylindrical-coordinate representation of color #AFA4CC: hue angle of 256.5º degrees, saturation: 0.28, 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 #AFA4CC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175164204-
CMYK0.140.2000.2
HSL256.5º28.17%72.16%-
HSV(B)256.5º19.61%80%-
XYZ41.8540.0262.65-
YUV171.85146.14130.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=32.23%
G=30.20%
B=37.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751642040.140.2000.2256.528.1772.16
HexAFA4CCE140141001c48
Octal257244314162402440034110
Binary101011111010010011001100111010100010100100000000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4CC; }

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

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

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

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

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

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

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

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