Html Css Color HEX #AA4CAB Violet Blue

📋 copy color: '#AA4CAB'

red 170 ◦ green 76 ◦ blue 171

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

Shades of Violet Blue #AA4CAB

Tints of Violet Blue #AA4CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 40.77%
G = 18.23%
B = 41.01%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA4CAB (or 0xAA4CAB) is known color: Violet Blue. HEX triplet: AA, 4C and AB. RGB value is (170,76,171). Sum of RGB (Red+Green+Blue) = 170+76+171=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA4CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4CAB is #55B354. Grayscale: #727272. Windows color (decimal): -5616469 or 11226282. OLE color: 11226282.

HSL color Cylindrical-coordinate representation of color #AA4CAB: hue angle of 299.37º degrees, saturation: 0.38, 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 #AA4CAB is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 76 171 -
CMYK 0.01 0.56 0 0.33
HSL 299.37º 0.38% 0.48% -
HSV(B) 299.37º 0.56% 0.67% -
XYZ 26.51 16.66 40.35 -
YUV 114.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 170 76 171 0.01 0.56 0 0.33 299.37 0.38 0.48
Hex AA 4C AB 1 38 0 21 12B 26 30
Octal 252 114 253 1 70 0 41 453 46 60
Binary 10101010 1001100 10101011 1 111000 0 100001 100101011 100110 110000

Color Harmonies of #AA4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CAB

Black with #AA4CAB

Text Example


Text Example

White with #AA4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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