Html Css Color HEX #AA2FEE Blue Violet

📋 copy color: '#AA2FEE'

red 170 ◦ green 47 ◦ blue 238

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

Shades of Blue Violet #AA2FEE

Tints of Blue Violet #AA2FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.33%

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

R = 37.36%
G = 10.33%
B = 52.31%

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

#AA2FEE (or 0xAA2FEE) is known color: Blue Violet. HEX triplet: AA, 2F and EE. RGB value is (170,47,238). Sum of RGB (Red+Green+Blue) = 170+47+238=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA2FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FEE is #55D011. Grayscale: #686868. Windows color (decimal): -5623826 or 15609770. OLE color: 15609770.

HSL color Cylindrical-coordinate representation of color #AA2FEE: hue angle of 278.64º 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 #AA2FEE is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 47 238 -
CMYK 0.29 0.80 0 0.07
HSL 278.64º 0.85% 0.56% -
HSV(B) 278.64º 0.8% 0.93% -
XYZ 33.03 16.75 82.38 -
YUV 105.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 170 47 238 0.29 0.80 0 0.07 278.64 0.85 0.56
Hex AA 2F EE 1D 50 0 7 117 55 38
Octal 252 57 356 35 120 0 7 427 125 70
Binary 10101010 101111 11101110 11101 1010000 0 111 100010111 1010101 111000

Color Harmonies of #AA2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FEE

Black with #AA2FEE

Text Example


Text Example

White with #AA2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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