Html Css Color HEX #AA3FEE Blue Violet

📋 copy color: '#AA3FEE'

red 170 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #AA3FEE

Tints of Blue Violet #AA3FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.38%

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

R = 36.09%
G = 13.38%
B = 50.53%

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

#AA3FEE (or 0xAA3FEE) is known color: Blue Violet. HEX triplet: AA, 3F and EE. RGB value is (170,63,238). Sum of RGB (Red+Green+Blue) = 170+63+238=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA3FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FEE is #55C011. Grayscale: #727272. Windows color (decimal): -5619730 or 15613866. OLE color: 15613866.

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

Color convert

RGB 170 63 238 -
CMYK 0.29 0.74 0 0.07
HSL 276.69º 0.84% 0.59% -
HSV(B) 276.69º 0.74% 0.93% -
XYZ 33.79 18.27 82.64 -
YUV 114.94 197.45 167.27 -
System Red Green Blue C M Y K H S L
Decimal 170 63 238 0.29 0.74 0 0.07 276.69 0.84 0.59
Hex AA 3F EE 1D 4A 0 7 115 54 3B
Octal 252 77 356 35 112 0 7 425 124 73
Binary 10101010 111111 11101110 11101 1001010 0 111 100010101 1010100 111011

Color Harmonies of #AA3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FEE

Black with #AA3FEE

Text Example


Text Example

White with #AA3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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