#AFA3CF

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

Shades of Biloba Flower #AFA3CF

Tints of Biloba Flower #AFA3CF

Color information

#AFA3CF (or 0xAFA3CF) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and CF. RGB value is (175,163,207). Sum of RGB (Red+Green+Blue) = 175+163+207=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3CF is #505C30. Grayscale: #ABABAB. Windows color (decimal): -5266481 or 13607855. OLE color: 13607855.

HSL color Cylindrical-coordinate representation of color #AFA3CF: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA3CF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175163207-
CMYK0.150.2100.19
HSL256.36º31.43%72.55%-
HSV(B)256.36º21.26%81.18%-
XYZ42.0439.8164.5-
YUV171.6147.98130.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=32.11%
G=29.91%
B=37.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751632070.150.2100.19256.3631.4372.55
HexAFA3CFF150131001f49
Octal257243317172502340037111
Binary101011111010001111001111111110101010011100000000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3CF; }

 p { color: rgb(175,163,207); }

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

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

 a { background-color: rgb(175,163,207); }

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

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

 span { border-color: rgb(175,163,207); }

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