Html Css Color HEX #ADAAF0 Perano

📋 copy color: '#ADAAF0'

red 173 ◦ green 170 ◦ blue 240

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

Shades of Perano #ADAAF0

Tints of Perano #ADAAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.17%

R = 29.67%
G = 29.16%
B = 41.17%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADAAF0 (or 0xADAAF0) is known color: Perano. HEX triplet: AD, AA and F0. RGB value is (173,170,240). Sum of RGB (Red+Green+Blue) = 173+170+240=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADAAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF0 is #52550F. Grayscale: #B2B2B2. Windows color (decimal): -5395728 or 15772333. OLE color: 15772333.

HSL color Cylindrical-coordinate representation of color #ADAAF0: hue angle of 242.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAAF0 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 170 240 -
CMYK 0.28 0.29 0 0.06
HSL 242.57º 0.7% 0.8% -
HSV(B) 242.57º 0.29% 0.94% -
XYZ 47.34 43.92 88.42 -
YUV 178.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 173 170 240 0.28 0.29 0 0.06 242.57 0.7 0.8
Hex AD AA F0 1C 1D 0 6 F3 46 50
Octal 255 252 360 34 35 0 6 363 106 120
Binary 10101101 10101010 11110000 11100 11101 0 110 11110011 1000110 1010000

Color Harmonies of #ADAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAF0

Black with #ADAAF0

Text Example


Text Example

White with #ADAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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