Html Css Color HEX #ADA6EC Perano

📋 copy color: '#ADA6EC'

red 173 ◦ green 166 ◦ blue 236

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

Shades of Perano #ADA6EC

Tints of Perano #ADA6EC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.87%

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

R = 30.09%
G = 28.87%
B = 41.04%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADA6EC (or 0xADA6EC) is known color: Perano. HEX triplet: AD, A6 and EC. RGB value is (173,166,236). Sum of RGB (Red+Green+Blue) = 173+166+236=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA6EC is #525913. Grayscale: #AFAFAF. Windows color (decimal): -5396756 or 15509165. OLE color: 15509165.

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

Color convert

RGB 173 166 236 -
CMYK 0.27 0.30 0 0.07
HSL 246º 0.65% 0.79% -
HSV(B) 246º 0.3% 0.93% -
XYZ 46.01 42.21 85.08 -
YUV 176.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 173 166 236 0.27 0.30 0 0.07 246 0.65 0.79
Hex AD A6 EC 1B 1E 0 7 F6 41 4F
Octal 255 246 354 33 36 0 7 366 101 117
Binary 10101101 10100110 11101100 11011 11110 0 111 11110110 1000001 1001111

Color Harmonies of #ADA6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6EC

Black with #ADA6EC

Text Example


Text Example

White with #ADA6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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