#AFA2CC

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

Shades of Biloba Flower #AFA2CC

Tints of Biloba Flower #AFA2CC

Color information

#AFA2CC (or 0xAFA2CC) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and CC. RGB value is (175,162,204). Sum of RGB (Red+Green+Blue) = 175+162+204=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2CC is #505D33. Grayscale: #AAAAAA. Windows color (decimal): -5266740 or 13410991. OLE color: 13410991.

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

Color convert

RGB175162204-
CMYK0.140.2100.2
HSL258.57º29.17%71.76%-
HSV(B)258.57º20.59%80%-
XYZ41.539.3162.53-
YUV170.68146.81131.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=32.35%
G=29.94%
B=37.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751622040.140.2100.2258.5729.1771.76
HexAFA2CCE150141031d48
Octal257242314162502440335110
Binary101011111010001011001100111010101010100100000011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2CC; }

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

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

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

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

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

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

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

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