Html Css Color HEX #ADAAEE Perano

📋 copy color: '#ADAAEE'

red 173 ◦ green 170 ◦ blue 238

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

Shades of Perano #ADAAEE

Tints of Perano #ADAAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.26%

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 29.78%
G = 29.26%
B = 40.96%

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

#ADAAEE (or 0xADAAEE) is known color: Perano. HEX triplet: AD, AA and EE. RGB value is (173,170,238). Sum of RGB (Red+Green+Blue) = 173+170+238=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAEE is #525511. Grayscale: #B2B2B2. Windows color (decimal): -5395730 or 15641261. OLE color: 15641261.

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

Color convert

RGB 173 170 238 -
CMYK 0.27 0.29 0 0.07
HSL 242.65º 0.67% 0.8% -
HSV(B) 242.65º 0.29% 0.93% -
XYZ 47.04 43.81 86.87 -
YUV 178.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 173 170 238 0.27 0.29 0 0.07 242.65 0.67 0.8
Hex AD AA EE 1B 1D 0 7 F3 43 50
Octal 255 252 356 33 35 0 7 363 103 120
Binary 10101101 10101010 11101110 11011 11101 0 111 11110011 1000011 1010000

Color Harmonies of #ADAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAEE

Black with #ADAAEE

Text Example


Text Example

White with #ADAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAEE; }

 p { color: rgb(173,170,238); }

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

background-color css

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

 a { background-color: rgb(173,170,238); }

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

border-color css

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

 span { border-color: rgb(173,170,238); }

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