#AFA1CD

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

Shades of Biloba Flower #AFA1CD

Tints of Biloba Flower #AFA1CD

Color information

#AFA1CD (or 0xAFA1CD) is unknown color: approx Biloba Flower. HEX triplet: AF, A1 and CD. RGB value is (175,161,205). Sum of RGB (Red+Green+Blue) = 175+161+205=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1CD is #505E32. Grayscale: #AAAAAA. Windows color (decimal): -5266995 or 13476271. OLE color: 13476271.

HSL color Cylindrical-coordinate representation of color #AFA1CD: hue angle of 259.09º degrees, saturation: 0.31, 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 #AFA1CD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175161205-
CMYK0.150.2100.20
HSL259.09º30.56%71.76%-
HSV(B)259.09º21.46%80.39%-
XYZ41.4439.0163.1-
YUV170.2147.64131.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=32.35%
G=29.76%
B=37.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751612050.150.2100.20259.0930.5671.76
HexAFA1CDF150141031f48
Octal257241315172502440337110
Binary101011111010000111001101111110101010100100000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1CD; }

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

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

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

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

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

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

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

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