Html Css Color HEX #A6AADD Perano

📋 copy color: '#A6AADD'

red 166 ◦ green 170 ◦ blue 221

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

Shades of Perano #A6AADD

Tints of Perano #A6AADD

RGB

 RED value IS 166 (65.23% from 255) = 29.8%

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 29.8%
G = 30.52%
B = 39.68%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6AADD (or 0xA6AADD) is known color: Perano. HEX triplet: A6, AA and DD. RGB value is (166,170,221). Sum of RGB (Red+Green+Blue) = 166+170+221=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AADD is #595522. Grayscale: #AEAEAE. Windows color (decimal): -5854499 or 14527142. OLE color: 14527142.

HSL color Cylindrical-coordinate representation of color #A6AADD: hue angle of 235.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6AADD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 170 221 -
CMYK 0.25 0.23 0 0.13
HSL 235.64º 0.45% 0.76% -
HSV(B) 235.64º 0.25% 0.87% -
XYZ 43.15 42.08 74.25 -
YUV 174.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 166 170 221 0.25 0.23 0 0.13 235.64 0.45 0.76
Hex A6 AA DD 19 17 0 D EC 2D 4C
Octal 246 252 335 31 27 0 15 354 55 114
Binary 10100110 10101010 11011101 11001 10111 0 1101 11101100 101101 1001100

Color Harmonies of #A6AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AADD

Black with #A6AADD

Text Example


Text Example

White with #A6AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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