Html Css Color HEX #AA4DA5 Violet Blue

📋 copy color: '#AA4DA5'

red 170 ◦ green 77 ◦ blue 165

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

Shades of Violet Blue #AA4DA5

Tints of Violet Blue #AA4DA5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

 BLUE value IS 165 (64.84% from 255) = 40.05%

R = 41.26%
G = 18.69%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA4DA5 (or 0xAA4DA5) is known color: Violet Blue. HEX triplet: AA, 4D and A5. RGB value is (170,77,165). Sum of RGB (Red+Green+Blue) = 170+77+165=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DA5 is #55B25A. Grayscale: #727272. Windows color (decimal): -5616219 or 10833322. OLE color: 10833322.

HSL color Cylindrical-coordinate representation of color #AA4DA5: hue angle of 303.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4DA5 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 165 -
CMYK 0 0.55 0.03 0.33
HSL 303.23º 0.38% 0.48% -
HSV(B) 303.23º 0.55% 0.67% -
XYZ 26.02 16.57 37.42 -
YUV 114.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 170 77 165 0 0.55 0.03 0.33 303.23 0.38 0.48
Hex AA 4D A5 0 37 3 21 12F 26 30
Octal 252 115 245 0 67 3 41 457 46 60
Binary 10101010 1001101 10100101 0 110111 11 100001 100101111 100110 110000

Color Harmonies of #AA4DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DA5

Black with #AA4DA5

Text Example


Text Example

White with #AA4DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DA5; }

 p { color: rgb(170,77,165); }

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

background-color css

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

 a { background-color: rgb(170,77,165); }

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

border-color css

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

 span { border-color: rgb(170,77,165); }

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