Html Css Color HEX #AA3BEE Blue Violet

📋 copy color: '#AA3BEE'

red 170 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #AA3BEE

Tints of Blue Violet #AA3BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.63%

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

R = 36.4%
G = 12.63%
B = 50.96%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA3BEE (or 0xAA3BEE) is known color: Blue Violet. HEX triplet: AA, 3B and EE. RGB value is (170,59,238). Sum of RGB (Red+Green+Blue) = 170+59+238=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA3BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3BEE is #55C411. Grayscale: #6F6F6F. Windows color (decimal): -5620754 or 15612842. OLE color: 15612842.

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

Color convert

RGB 170 59 238 -
CMYK 0.29 0.75 0 0.07
HSL 277.21º 0.84% 0.58% -
HSV(B) 277.21º 0.75% 0.93% -
XYZ 33.57 17.85 82.56 -
YUV 112.6 198.77 168.95 -
System Red Green Blue C M Y K H S L
Decimal 170 59 238 0.29 0.75 0 0.07 277.21 0.84 0.58
Hex AA 3B EE 1D 4B 0 7 115 54 3A
Octal 252 73 356 35 113 0 7 425 124 72
Binary 10101010 111011 11101110 11101 1001011 0 111 100010101 1010100 111010

Color Harmonies of #AA3BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BEE

Black with #AA3BEE

Text Example


Text Example

White with #AA3BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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