Html Css Color HEX #AA4AA4 Violet Blue

📋 copy color: '#AA4AA4'

red 170 ◦ green 74 ◦ blue 164

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

Shades of Violet Blue #AA4AA4

Tints of Violet Blue #AA4AA4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.14%

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 41.67%
G = 18.14%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA4AA4 (or 0xAA4AA4) is known color: Violet Blue. HEX triplet: AA, 4A and A4. RGB value is (170,74,164). Sum of RGB (Red+Green+Blue) = 170+74+164=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA4 is #55B55B. Grayscale: #707070. Windows color (decimal): -5616988 or 10767018. OLE color: 10767018.

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

Color convert

RGB 170 74 164 -
CMYK 0 0.56 0.04 0.33
HSL 303.75º 0.39% 0.48% -
HSV(B) 303.75º 0.56% 0.67% -
XYZ 25.73 16.12 36.88 -
YUV 112.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 170 74 164 0 0.56 0.04 0.33 303.75 0.39 0.48
Hex AA 4A A4 0 38 4 21 130 27 30
Octal 252 112 244 0 70 4 41 460 47 60
Binary 10101010 1001010 10100100 0 111000 100 100001 100110000 100111 110000

Color Harmonies of #AA4AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AA4

Black with #AA4AA4

Text Example


Text Example

White with #AA4AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AA4; }

 p { color: rgb(170,74,164); }

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

background-color css

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

 a { background-color: rgb(170,74,164); }

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

border-color css

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

 span { border-color: rgb(170,74,164); }

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