Html Css Color HEX #ADAAF1 Perano

📋 copy color: '#ADAAF1'

red 173 ◦ green 170 ◦ blue 241

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

Shades of Perano #ADAAF1

Tints of Perano #ADAAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.27%

R = 29.62%
G = 29.11%
B = 41.27%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADAAF1 (or 0xADAAF1) is known color: Perano. HEX triplet: AD, AA and F1. RGB value is (173,170,241). Sum of RGB (Red+Green+Blue) = 173+170+241=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAF1 is #52550E. Grayscale: #B2B2B2. Windows color (decimal): -5395727 or 15837869. OLE color: 15837869.

HSL color Cylindrical-coordinate representation of color #ADAAF1: hue angle of 242.54º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADAAF1 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 170 241 -
CMYK 0.28 0.29 0 0.05
HSL 242.54º 0.72% 0.81% -
HSV(B) 242.54º 0.29% 0.95% -
XYZ 47.49 43.98 89.21 -
YUV 178.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 173 170 241 0.28 0.29 0 0.05 242.54 0.72 0.81
Hex AD AA F1 1C 1D 0 5 F3 48 51
Octal 255 252 361 34 35 0 5 363 110 121
Binary 10101101 10101010 11110001 11100 11101 0 101 11110011 1001000 1010001

Color Harmonies of #ADAAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAF1

Black with #ADAAF1

Text Example


Text Example

White with #ADAAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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