Html Css Color HEX #ADA9EC Perano

📋 copy color: '#ADA9EC'

red 173 ◦ green 169 ◦ blue 236

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

Shades of Perano #ADA9EC

Tints of Perano #ADA9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 29.93%
G = 29.24%
B = 40.83%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADA9EC (or 0xADA9EC) is known color: Perano. HEX triplet: AD, A9 and EC. RGB value is (173,169,236). Sum of RGB (Red+Green+Blue) = 173+169+236=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9EC is #525613. Grayscale: #B1B1B1. Windows color (decimal): -5395988 or 15509933. OLE color: 15509933.

HSL color Cylindrical-coordinate representation of color #ADA9EC: hue angle of 243.58º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA9EC is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 169 236 -
CMYK 0.27 0.28 0 0.07
HSL 243.58º 0.64% 0.79% -
HSV(B) 243.58º 0.28% 0.93% -
XYZ 46.56 43.32 85.26 -
YUV 177.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 173 169 236 0.27 0.28 0 0.07 243.58 0.64 0.79
Hex AD A9 EC 1B 1C 0 7 F4 40 4F
Octal 255 251 354 33 34 0 7 364 100 117
Binary 10101101 10101001 11101100 11011 11100 0 111 11110100 1000000 1001111

Color Harmonies of #ADA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9EC

Black with #ADA9EC

Text Example


Text Example

White with #ADA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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