#AFA3DC

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

Shades of Biloba Flower #AFA3DC

Tints of Biloba Flower #AFA3DC

Color information

#AFA3DC (or 0xAFA3DC) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and DC. RGB value is (175,163,220). Sum of RGB (Red+Green+Blue) = 175+163+220=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3DC is #505C23. Grayscale: #ACACAC. Windows color (decimal): -5266468 or 14459823. OLE color: 14459823.

HSL color Cylindrical-coordinate representation of color #AFA3DC: hue angle of 252.63º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA3DC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175163220-
CMYK0.200.2600.14
HSL252.63º44.88%75.1%-
HSV(B)252.63º25.91%86.27%-
XYZ43.6940.4873.22-
YUV173.09154.48129.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=31.36%
G=29.21%
B=39.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751632200.200.2600.14252.6344.8875.1
HexAFA3DC141A0Efd2d4b
Octal257243334243201637555113
Binary101011111010001111011100101001101001110111111011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3DC; }

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

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

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

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

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

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

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

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