Html Css Color HEX #ADAAEB Perano

📋 copy color: '#ADAAEB'

red 173 ◦ green 170 ◦ blue 235

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

Shades of Perano #ADAAEB

Tints of Perano #ADAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 29.93%
G = 29.41%
B = 40.66%

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

#ADAAEB (or 0xADAAEB) is known color: Perano. HEX triplet: AD, AA and EB. RGB value is (173,170,235). Sum of RGB (Red+Green+Blue) = 173+170+235=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAEB is #525514. Grayscale: #B2B2B2. Windows color (decimal): -5395733 or 15444653. OLE color: 15444653.

HSL color Cylindrical-coordinate representation of color #ADAAEB: hue angle of 242.77º degrees, saturation: 0.62, 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 #ADAAEB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 170 235 -
CMYK 0.26 0.28 0 0.08
HSL 242.77º 0.62% 0.79% -
HSV(B) 242.77º 0.28% 0.92% -
XYZ 46.6 43.63 84.56 -
YUV 178.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 173 170 235 0.26 0.28 0 0.08 242.77 0.62 0.79
Hex AD AA EB 1A 1C 0 8 F3 3E 4F
Octal 255 252 353 32 34 0 10 363 76 117
Binary 10101101 10101010 11101011 11010 11100 0 1000 11110011 111110 1001111

Color Harmonies of #ADAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAEB

Black with #ADAAEB

Text Example


Text Example

White with #ADAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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