#ADA2E4

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

Shades of Biloba Flower #ADA2E4

Tints of Biloba Flower #ADA2E4

Color information

#ADA2E4 (or 0xADA2E4) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and E4. RGB value is (173,162,228). Sum of RGB (Red+Green+Blue) = 173+162+228=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADA2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2E4 is #525D1B. Grayscale: #ACACAC. Windows color (decimal): -5397788 or 14983853. OLE color: 14983853.

HSL color Cylindrical-coordinate representation of color #ADA2E4: hue angle of 250º 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 #ADA2E4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173162228-
CMYK0.240.2900.11
HSL250º55%76.47%-
HSV(B)250º28.95%89.41%-
XYZ44.1640.3378.86-
YUV172.81159.14128.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=30.73%
G=28.77%
B=40.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731622280.240.2900.112505576.47
HexADA2E4181D0Bfa374c
Octal255242344303501337267114
Binary101011011010001011100100110001110101011111110101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2E4; }

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

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

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

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

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

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

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

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