#AFA3E2

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

Shades of Biloba Flower #AFA3E2

Tints of Biloba Flower #AFA3E2

Color information

#AFA3E2 (or 0xAFA3E2) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and E2. RGB value is (175,163,226). Sum of RGB (Red+Green+Blue) = 175+163+226=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFA3E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3E2 is #505C1D. Grayscale: #ADADAD. Windows color (decimal): -5266462 or 14853039. OLE color: 14853039.

HSL color Cylindrical-coordinate representation of color #AFA3E2: hue angle of 251.43º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFA3E2 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175163226-
CMYK0.230.2800.11
HSL251.43º52.07%76.27%-
HSV(B)251.43º27.88%88.63%-
XYZ44.540.877.48-
YUV173.77157.48128.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 163 (64.06% from 255) = 28.90%
BLUE value IS 226 (88.67% from 255) = 40.07%
R=31.03%
G=28.90%
B=40.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751632260.230.2800.11251.4352.0776.27
HexAFA3E2171C0Bfb344c
Octal257243342273401337364114
Binary101011111010001111100010101111110001011111110111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3E2; }

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

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

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

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

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

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

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

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