Html Css Color HEX #AA2AED Blue Violet

📋 copy color: '#AA2AED'

red 170 ◦ green 42 ◦ blue 237

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

Shades of Blue Violet #AA2AED

Tints of Blue Violet #AA2AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.35%

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 37.86%
G = 9.35%
B = 52.78%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA2AED (or 0xAA2AED) is known color: Blue Violet. HEX triplet: AA, 2A and ED. RGB value is (170,42,237). Sum of RGB (Red+Green+Blue) = 170+42+237=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA2AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2AED is #55D512. Grayscale: #656565. Windows color (decimal): -5625107 or 15542954. OLE color: 15542954.

HSL color Cylindrical-coordinate representation of color #AA2AED: hue angle of 279.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2AED is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 42 237 -
CMYK 0.28 0.82 0 0.07
HSL 279.38º 0.84% 0.55% -
HSV(B) 279.38º 0.82% 0.93% -
XYZ 32.69 16.32 81.55 -
YUV 102.5 203.91 176.14 -
System Red Green Blue C M Y K H S L
Decimal 170 42 237 0.28 0.82 0 0.07 279.38 0.84 0.55
Hex AA 2A ED 1C 52 0 7 117 54 37
Octal 252 52 355 34 122 0 7 427 124 67
Binary 10101010 101010 11101101 11100 1010010 0 111 100010111 1010100 110111

Color Harmonies of #AA2AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2AED

Black with #AA2AED

Text Example


Text Example

White with #AA2AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2AED; }

 p { color: rgb(170,42,237); }

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

background-color css

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

 a { background-color: rgb(170,42,237); }

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

border-color css

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

 span { border-color: rgb(170,42,237); }

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