Html Css Color HEX #AA6DB4 Violet Blue

📋 copy color: '#AA6DB4'

red 170 ◦ green 109 ◦ blue 180

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

Shades of Violet Blue #AA6DB4

Tints of Violet Blue #AA6DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 37.04%
G = 23.75%
B = 39.22%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA6DB4 (or 0xAA6DB4) is known color: Violet Blue. HEX triplet: AA, 6D and B4. RGB value is (170,109,180). Sum of RGB (Red+Green+Blue) = 170+109+180=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA6DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DB4 is #55924B. Grayscale: #878787. Windows color (decimal): -5608012 or 11824554. OLE color: 11824554.

HSL color Cylindrical-coordinate representation of color #AA6DB4: hue angle of 291.55º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6DB4 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 109 180 -
CMYK 0.06 0.39 0 0.29
HSL 291.55º 0.32% 0.57% -
HSV(B) 291.55º 0.39% 0.71% -
XYZ 30.28 22.78 45.98 -
YUV 135.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 170 109 180 0.06 0.39 0 0.29 291.55 0.32 0.57
Hex AA 6D B4 6 27 0 1D 124 20 39
Octal 252 155 264 6 47 0 35 444 40 71
Binary 10101010 1101101 10110100 110 100111 0 11101 100100100 100000 111001

Color Harmonies of #AA6DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DB4

Black with #AA6DB4

Text Example


Text Example

White with #AA6DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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