#A18FE0

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

Shades of Biloba Flower #A18FE0

Tints of Biloba Flower #A18FE0

Color information

#A18FE0 (or 0xA18FE0) is unknown color: approx Biloba Flower. HEX triplet: A1, 8F and E0. RGB value is (161,143,224). Sum of RGB (Red+Green+Blue) = 161+143+224=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #A18FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FE0 is #5E701F. Grayscale: #9D9D9D. Windows color (decimal): -6189088 or 14716833. OLE color: 14716833.

HSL color Cylindrical-coordinate representation of color #A18FE0: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18FE0 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB161143224-
CMYK0.280.3600.12
HSL253.33º56.64%71.96%-
HSV(B)253.33º36.16%87.84%-
XYZ37.9732.674.81-
YUV157.62165.46130.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=30.49%
G=27.08%
B=42.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1611432240.280.3600.12253.3356.6471.96
HexA18FE01C240Cfd3948
Octal241217340344401437571110
Binary1010000110001111111000001110010010001100111111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FE0; }

 p { color: rgb(161,143,224); }

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

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

 a { background-color: rgb(161,143,224); }

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

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

 span { border-color: rgb(161,143,224); }

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