Html Css Color HEX #ADA8EC Perano

📋 copy color: '#ADA8EC'

red 173 ◦ green 168 ◦ blue 236

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

Shades of Perano #ADA8EC

Tints of Perano #ADA8EC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.12%

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

R = 29.98%
G = 29.12%
B = 40.9%

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

#ADA8EC (or 0xADA8EC) is known color: Perano. HEX triplet: AD, A8 and EC. RGB value is (173,168,236). Sum of RGB (Red+Green+Blue) = 173+168+236=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8EC is #525713. Grayscale: #B0B0B0. Windows color (decimal): -5396244 or 15509677. OLE color: 15509677.

HSL color Cylindrical-coordinate representation of color #ADA8EC: hue angle of 244.41º 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 #ADA8EC is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 168 236 -
CMYK 0.27 0.29 0 0.07
HSL 244.41º 0.64% 0.79% -
HSV(B) 244.41º 0.29% 0.93% -
XYZ 46.38 42.95 85.2 -
YUV 177.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 173 168 236 0.27 0.29 0 0.07 244.41 0.64 0.79
Hex AD A8 EC 1B 1D 0 7 F4 40 4F
Octal 255 250 354 33 35 0 7 364 100 117
Binary 10101101 10101000 11101100 11011 11101 0 111 11110100 1000000 1001111

Color Harmonies of #ADA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8EC

Black with #ADA8EC

Text Example


Text Example

White with #ADA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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