Html Css Color HEX #ADA7EC Perano

📋 copy color: '#ADA7EC'

red 173 ◦ green 167 ◦ blue 236

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

Shades of Perano #ADA7EC

Tints of Perano #ADA7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.99%

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

R = 30.03%
G = 28.99%
B = 40.97%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADA7EC (or 0xADA7EC) is known color: Perano. HEX triplet: AD, A7 and EC. RGB value is (173,167,236). Sum of RGB (Red+Green+Blue) = 173+167+236=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA7EC is #525813. Grayscale: #B0B0B0. Windows color (decimal): -5396500 or 15509421. OLE color: 15509421.

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

Color convert

RGB 173 167 236 -
CMYK 0.27 0.29 0 0.07
HSL 245.22º 0.64% 0.79% -
HSV(B) 245.22º 0.29% 0.93% -
XYZ 46.19 42.58 85.14 -
YUV 176.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 173 167 236 0.27 0.29 0 0.07 245.22 0.64 0.79
Hex AD A7 EC 1B 1D 0 7 F5 40 4F
Octal 255 247 354 33 35 0 7 365 100 117
Binary 10101101 10100111 11101100 11011 11101 0 111 11110101 1000000 1001111

Color Harmonies of #ADA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA7EC

Black with #ADA7EC

Text Example


Text Example

White with #ADA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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