Html Css Color HEX #AA4CA5 Violet Blue

📋 copy color: '#AA4CA5'

red 170 ◦ green 76 ◦ blue 165

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

Shades of Violet Blue #AA4CA5

Tints of Violet Blue #AA4CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.49%

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

R = 41.36%
G = 18.49%
B = 40.15%

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

#AA4CA5 (or 0xAA4CA5) is known color: Violet Blue. HEX triplet: AA, 4C and A5. RGB value is (170,76,165). Sum of RGB (Red+Green+Blue) = 170+76+165=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4CA5 is #55B35A. Grayscale: #717171. Windows color (decimal): -5616475 or 10833066. OLE color: 10833066.

HSL color Cylindrical-coordinate representation of color #AA4CA5: hue angle of 303.19º 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 #AA4CA5 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 76 165 -
CMYK 0 0.55 0.03 0.33
HSL 303.19º 0.38% 0.48% -
HSV(B) 303.19º 0.55% 0.67% -
XYZ 25.95 16.43 37.4 -
YUV 114.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 170 76 165 0 0.55 0.03 0.33 303.19 0.38 0.48
Hex AA 4C A5 0 37 3 21 12F 26 30
Octal 252 114 245 0 67 3 41 457 46 60
Binary 10101010 1001100 10100101 0 110111 11 100001 100101111 100110 110000

Color Harmonies of #AA4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CA5

Black with #AA4CA5

Text Example


Text Example

White with #AA4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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