Html Css Color HEX #ADA8EA Perano

📋 copy color: '#ADA8EA'

red 173 ◦ green 168 ◦ blue 234

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

Shades of Perano #ADA8EA

Tints of Perano #ADA8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.7%

R = 30.09%
G = 29.22%
B = 40.7%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADA8EA (or 0xADA8EA) is known color: Perano. HEX triplet: AD, A8 and EA. RGB value is (173,168,234). Sum of RGB (Red+Green+Blue) = 173+168+234=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADA8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8EA is #525715. Grayscale: #B0B0B0. Windows color (decimal): -5396246 or 15378605. OLE color: 15378605.

HSL color Cylindrical-coordinate representation of color #ADA8EA: hue angle of 244.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA8EA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 168 234 -
CMYK 0.26 0.28 0 0.08
HSL 244.55º 0.61% 0.79% -
HSV(B) 244.55º 0.28% 0.92% -
XYZ 46.09 42.83 83.68 -
YUV 177.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 173 168 234 0.26 0.28 0 0.08 244.55 0.61 0.79
Hex AD A8 EA 1A 1C 0 8 F5 3D 4F
Octal 255 250 352 32 34 0 10 365 75 117
Binary 10101101 10101000 11101010 11010 11100 0 1000 11110101 111101 1001111

Color Harmonies of #ADA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8EA

Black with #ADA8EA

Text Example


Text Example

White with #ADA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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