Html Css Color HEX #ADAAFE Perano

📋 copy color: '#ADAAFE'

red 173 ◦ green 170 ◦ blue 254

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

Shades of Perano #ADAAFE

Tints of Perano #ADAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 28.98%
G = 28.48%
B = 42.55%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADAAFE (or 0xADAAFE) is known color: Perano. HEX triplet: AD, AA and FE. RGB value is (173,170,254). Sum of RGB (Red+Green+Blue) = 173+170+254=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAFE is #525501. Grayscale: #B4B4B4. Windows color (decimal): -5395714 or 16689837. OLE color: 16689837.

HSL color Cylindrical-coordinate representation of color #ADAAFE: hue angle of 242.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADAAFE is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 170 254 -
CMYK 0.32 0.33 0 0.00
HSL 242.14º 0.98% 0.83% -
HSV(B) 242.14º 0.33% 1% -
XYZ 49.5 44.79 99.8 -
YUV 180.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 173 170 254 0.32 0.33 0 0.00 242.14 0.98 0.83
Hex AD AA FE 20 21 0 0 F2 62 53
Octal 255 252 376 40 41 0 0 362 142 123
Binary 10101101 10101010 11111110 100000 100001 0 0 11110010 1100010 1010011

Color Harmonies of #ADAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAFE

Black with #ADAAFE

Text Example


Text Example

White with #ADAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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