Html Css Color HEX #AA3EEE Blue Violet

📋 copy color: '#AA3EEE'

red 170 ◦ green 62 ◦ blue 238

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

Shades of Blue Violet #AA3EEE

Tints of Blue Violet #AA3EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.19%

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 36.17%
G = 13.19%
B = 50.64%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA3EEE (or 0xAA3EEE) is known color: Blue Violet. HEX triplet: AA, 3E and EE. RGB value is (170,62,238). Sum of RGB (Red+Green+Blue) = 170+62+238=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA3EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3EEE is #55C111. Grayscale: #717171. Windows color (decimal): -5619986 or 15613610. OLE color: 15613610.

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

Color convert

RGB 170 62 238 -
CMYK 0.29 0.74 0 0.07
HSL 276.82º 0.84% 0.59% -
HSV(B) 276.82º 0.74% 0.93% -
XYZ 33.73 18.16 82.62 -
YUV 114.36 197.78 167.69 -
System Red Green Blue C M Y K H S L
Decimal 170 62 238 0.29 0.74 0 0.07 276.82 0.84 0.59
Hex AA 3E EE 1D 4A 0 7 115 54 3B
Octal 252 76 356 35 112 0 7 425 124 73
Binary 10101010 111110 11101110 11101 1001010 0 111 100010101 1010100 111011

Color Harmonies of #AA3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EEE

Black with #AA3EEE

Text Example


Text Example

White with #AA3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EEE; }

 p { color: rgb(170,62,238); }

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

background-color css

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

 a { background-color: rgb(170,62,238); }

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

border-color css

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

 span { border-color: rgb(170,62,238); }

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