Html Css Color HEX #ADA2E4 Biloba Flower

📋 copy color: '#ADA2E4'

red 173 ◦ green 162 ◦ blue 228

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

Shades of Biloba Flower #ADA2E4

Tints of Biloba Flower #ADA2E4

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.5%

R = 30.73%
G = 28.77%
B = 40.5%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADA2E4 (or 0xADA2E4) is known color: 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

RGB 173 162 228 -
CMYK 0.24 0.29 0 0.11
HSL 250º 0.55% 0.76% -
HSV(B) 250º 0.29% 0.89% -
XYZ 44.16 40.33 78.86 -
YUV 172.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 173 162 228 0.24 0.29 0 0.11 250 0.55 0.76
Hex AD A2 E4 18 1D 0 B FA 37 4C
Octal 255 242 344 30 35 0 13 372 67 114
Binary 10101101 10100010 11100100 11000 11101 0 1011 11111010 110111 1001100

Color Harmonies of #ADA2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2E4

Black with #ADA2E4

Text Example


Text Example

White with #ADA2E4

Text Example


Text Example

HTML Codes & Css Web 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>