Html Css Color HEX #AA6DB6 Violet Blue

📋 copy color: '#AA6DB6'

red 170 ◦ green 109 ◦ blue 182

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

Shades of Violet Blue #AA6DB6

Tints of Violet Blue #AA6DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.64%

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 36.88%
G = 23.64%
B = 39.48%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA6DB6 (or 0xAA6DB6) is known color: Violet Blue. HEX triplet: AA, 6D and B6. RGB value is (170,109,182). Sum of RGB (Red+Green+Blue) = 170+109+182=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA6DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DB6 is #559249. Grayscale: #878787. Windows color (decimal): -5608010 or 11955626. OLE color: 11955626.

HSL color Cylindrical-coordinate representation of color #AA6DB6: hue angle of 290.14º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6DB6 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 109 182 -
CMYK 0.07 0.40 0 0.29
HSL 290.14º 0.33% 0.57% -
HSV(B) 290.14º 0.4% 0.71% -
XYZ 30.49 22.86 47.06 -
YUV 135.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 170 109 182 0.07 0.40 0 0.29 290.14 0.33 0.57
Hex AA 6D B6 7 28 0 1D 122 21 39
Octal 252 155 266 7 50 0 35 442 41 71
Binary 10101010 1101101 10110110 111 101000 0 11101 100100010 100001 111001

Color Harmonies of #AA6DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DB6

Black with #AA6DB6

Text Example


Text Example

White with #AA6DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DB6; }

 p { color: rgb(170,109,182); }

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

background-color css

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

 a { background-color: rgb(170,109,182); }

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

border-color css

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

 span { border-color: rgb(170,109,182); }

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