Html Css Color HEX #ADA9E8 Perano

📋 copy color: '#ADA9E8'

red 173 ◦ green 169 ◦ blue 232

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

Shades of Perano #ADA9E8

Tints of Perano #ADA9E8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.44%

 BLUE value IS 232 (91.02% from 255) = 40.42%

R = 30.14%
G = 29.44%
B = 40.42%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADA9E8 (or 0xADA9E8) is known color: Perano. HEX triplet: AD, A9 and E8. RGB value is (173,169,232). Sum of RGB (Red+Green+Blue) = 173+169+232=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADA9E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9E8 is #525617. Grayscale: #B1B1B1. Windows color (decimal): -5395992 or 15247789. OLE color: 15247789.

HSL color Cylindrical-coordinate representation of color #ADA9E8: hue angle of 243.81º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA9E8 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 169 232 -
CMYK 0.25 0.27 0 0.09
HSL 243.81º 0.58% 0.79% -
HSV(B) 243.81º 0.27% 0.91% -
XYZ 45.99 43.09 82.24 -
YUV 177.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 173 169 232 0.25 0.27 0 0.09 243.81 0.58 0.79
Hex AD A9 E8 19 1B 0 9 F4 3A 4F
Octal 255 251 350 31 33 0 11 364 72 117
Binary 10101101 10101001 11101000 11001 11011 0 1001 11110100 111010 1001111

Color Harmonies of #ADA9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9E8

Black with #ADA9E8

Text Example


Text Example

White with #ADA9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9E8; }

 p { color: rgb(173,169,232); }

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

background-color css

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

 a { background-color: rgb(173,169,232); }

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

border-color css

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

 span { border-color: rgb(173,169,232); }

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