#AFA0CD

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

Shades of Biloba Flower #AFA0CD

Tints of Biloba Flower #AFA0CD

Color information

#AFA0CD (or 0xAFA0CD) is unknown color: approx Biloba Flower. HEX triplet: AF, A0 and CD. RGB value is (175,160,205). Sum of RGB (Red+Green+Blue) = 175+160+205=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFA0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0CD is #505F32. Grayscale: #A9A9A9. Windows color (decimal): -5267251 or 13476015. OLE color: 13476015.

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

Color convert

RGB175160205-
CMYK0.150.2200.20
HSL260º31.03%71.57%-
HSV(B)260º21.95%80.39%-
XYZ41.2738.6663.05-
YUV169.61147.97131.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=32.41%
G=29.63%
B=37.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751602050.150.2200.2026031.0371.57
HexAFA0CDF160141041f48
Octal257240315172602440437110
Binary101011111010000011001101111110110010100100000100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0CD; }

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

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

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

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

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

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

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

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