Html Css Color HEX #AA6DB5 Violet Blue

📋 copy color: '#AA6DB5'

red 170 ◦ green 109 ◦ blue 181

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

Shades of Violet Blue #AA6DB5

Tints of Violet Blue #AA6DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 36.96%
G = 23.7%
B = 39.35%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA6DB5 (or 0xAA6DB5) is known color: Violet Blue. HEX triplet: AA, 6D and B5. RGB value is (170,109,181). Sum of RGB (Red+Green+Blue) = 170+109+181=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA6DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DB5 is #55924A. Grayscale: #878787. Windows color (decimal): -5608011 or 11890090. OLE color: 11890090.

HSL color Cylindrical-coordinate representation of color #AA6DB5: hue angle of 290.83º 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 #AA6DB5 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 109 181 -
CMYK 0.06 0.40 0 0.29
HSL 290.83º 0.33% 0.57% -
HSV(B) 290.83º 0.4% 0.71% -
XYZ 30.39 22.82 46.52 -
YUV 135.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 170 109 181 0.06 0.40 0 0.29 290.83 0.33 0.57
Hex AA 6D B5 6 28 0 1D 123 21 39
Octal 252 155 265 6 50 0 35 443 41 71
Binary 10101010 1101101 10110101 110 101000 0 11101 100100011 100001 111001

Color Harmonies of #AA6DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DB5

Black with #AA6DB5

Text Example


Text Example

White with #AA6DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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