#AFA1CC

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

Shades of Biloba Flower #AFA1CC

Tints of Biloba Flower #AFA1CC

Color information

#AFA1CC (or 0xAFA1CC) is unknown color: approx Biloba Flower. HEX triplet: AF, A1 and CC. RGB value is (175,161,204). Sum of RGB (Red+Green+Blue) = 175+161+204=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFA1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1CC is #505E33. Grayscale: #A9A9A9. Windows color (decimal): -5266996 or 13410735. OLE color: 13410735.

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

Color convert

RGB175161204-
CMYK0.140.2100.2
HSL259.53º29.66%71.57%-
HSV(B)259.53º21.08%80%-
XYZ41.3238.9662.47-
YUV170.09147.14131.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=32.41%
G=29.81%
B=37.78%

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
Decimal1751612040.140.2100.2259.5329.6671.57
HexAFA1CCE150141041e48
Octal257241314162502440436110
Binary101011111010000111001100111010101010100100000100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1CC; }

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

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

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

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

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

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

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

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