#AFA2E4

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

Shades of Biloba Flower #AFA2E4

Tints of Biloba Flower #AFA2E4

Color information

#AFA2E4 (or 0xAFA2E4) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and E4. RGB value is (175,162,228). Sum of RGB (Red+Green+Blue) = 175+162+228=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFA2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2E4 is #505D1B. Grayscale: #ADADAD. Windows color (decimal): -5266716 or 14983855. OLE color: 14983855.

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

Color convert

RGB175162228-
CMYK0.230.2900.11
HSL251.82º55%76.47%-
HSV(B)251.82º28.95%89.41%-
XYZ44.640.5678.88-
YUV173.41158.81129.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=30.97%
G=28.67%
B=40.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751622280.230.2900.11251.825576.47
HexAFA2E4171D0Bfc374c
Octal257242344273501337467114
Binary101011111010001011100100101111110101011111111001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2E4; }

 p { color: rgb(175,162,228); }

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

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

 a { background-color: rgb(175,162,228); }

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

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

 span { border-color: rgb(175,162,228); }

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