Html Css Color HEX #AAA6F6 Perano

📋 copy color: '#AAA6F6'

red 170 ◦ green 166 ◦ blue 246

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

Shades of Perano #AAA6F6

Tints of Perano #AAA6F6

RGB

 RED value IS 170 (66.8% from 255) = 29.21%

 GREEN value IS 166 (65.23% from 255) = 28.52%

 BLUE value IS 246 (96.48% from 255) = 42.27%

R = 29.21%
G = 28.52%
B = 42.27%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAA6F6 (or 0xAAA6F6) is known color: Perano. HEX triplet: AA, A6 and F6. RGB value is (170,166,246). Sum of RGB (Red+Green+Blue) = 170+166+246=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #AAA6F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6F6 is #555909. Grayscale: #B0B0B0. Windows color (decimal): -5593354 or 16164522. OLE color: 16164522.

HSL color Cylindrical-coordinate representation of color #AAA6F6: hue angle of 243º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA6F6 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 166 246 -
CMYK 0.31 0.33 0 0.04
HSL 243º 0.82% 0.81% -
HSV(B) 243º 0.33% 0.96% -
XYZ 46.85 42.47 92.92 -
YUV 176.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 170 166 246 0.31 0.33 0 0.04 243 0.82 0.81
Hex AA A6 F6 1F 21 0 4 F3 52 51
Octal 252 246 366 37 41 0 4 363 122 121
Binary 10101010 10100110 11110110 11111 100001 0 100 11110011 1010010 1010001

Color Harmonies of #AAA6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA6F6

Black with #AAA6F6

Text Example


Text Example

White with #AAA6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA6F6; }

 p { color: rgb(170,166,246); }

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

background-color css

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

 a { background-color: rgb(170,166,246); }

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

border-color css

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

 span { border-color: rgb(170,166,246); }

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