Html Css Color HEX #AA30EE Blue Violet

📋 copy color: '#AA30EE'

red 170 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #AA30EE

Tints of Blue Violet #AA30EE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.53%

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

R = 37.28%
G = 10.53%
B = 52.19%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA30EE (or 0xAA30EE) is known color: Blue Violet. HEX triplet: AA, 30 and EE. RGB value is (170,48,238). Sum of RGB (Red+Green+Blue) = 170+48+238=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA30EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30EE is #55CF11. Grayscale: #696969. Windows color (decimal): -5623570 or 15610026. OLE color: 15610026.

HSL color Cylindrical-coordinate representation of color #AA30EE: hue angle of 278.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA30EE is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 48 238 -
CMYK 0.29 0.80 0 0.07
HSL 278.53º 0.85% 0.56% -
HSV(B) 278.53º 0.8% 0.93% -
XYZ 33.07 16.83 82.4 -
YUV 106.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 170 48 238 0.29 0.80 0 0.07 278.53 0.85 0.56
Hex AA 30 EE 1D 50 0 7 117 55 38
Octal 252 60 356 35 120 0 7 427 125 70
Binary 10101010 110000 11101110 11101 1010000 0 111 100010111 1010101 111000

Color Harmonies of #AA30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30EE

Black with #AA30EE

Text Example


Text Example

White with #AA30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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