Html Css Color HEX #ADA2E5 Biloba Flower

📋 copy color: '#ADA2E5'

red 173 ◦ green 162 ◦ blue 229

#ADA2E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #ADA2E5

Tints of Biloba Flower #ADA2E5

RGB

 RED value IS 173 (67.97% from 255) = 30.67%

 GREEN value IS 162 (63.67% from 255) = 28.72%

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 30.67%
G = 28.72%
B = 40.6%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADA2E5 (or 0xADA2E5) is known color: Biloba Flower. HEX triplet: AD, A2 and E5. RGB value is (173,162,229). Sum of RGB (Red+Green+Blue) = 173+162+229=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADA2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2E5 is #525D1A. Grayscale: #ACACAC. Windows color (decimal): -5397787 or 15049389. OLE color: 15049389.

HSL color Cylindrical-coordinate representation of color #ADA2E5: hue angle of 249.85º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA2E5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 162 229 -
CMYK 0.24 0.29 0 0.10
HSL 249.85º 0.56% 0.77% -
HSV(B) 249.85º 0.29% 0.9% -
XYZ 44.3 40.38 79.59 -
YUV 172.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 173 162 229 0.24 0.29 0 0.10 249.85 0.56 0.77
Hex AD A2 E5 18 1D 0 A FA 38 4D
Octal 255 242 345 30 35 0 12 372 70 115
Binary 10101101 10100010 11100101 11000 11101 0 1010 11111010 111000 1001101

Color Harmonies of #ADA2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2E5

Black with #ADA2E5

Text Example


Text Example

White with #ADA2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2E5; }

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

 H1.HeaderClassName
 {
   color: #ADA2E5;
 }
 .AnyTagClassName
 {
   color: #ADA2E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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