Html Css Color HEX #AA26EE Blue Violet

📋 copy color: '#AA26EE'

red 170 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #AA26EE

Tints of Blue Violet #AA26EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.52%

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

R = 38.12%
G = 8.52%
B = 53.36%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA26EE (or 0xAA26EE) is known color: Blue Violet. HEX triplet: AA, 26 and EE. RGB value is (170,38,238). Sum of RGB (Red+Green+Blue) = 170+38+238=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA26EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA26EE is #55D911. Grayscale: #636363. Windows color (decimal): -5626130 or 15607466. OLE color: 15607466.

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

Color convert

RGB 170 38 238 -
CMYK 0.29 0.84 0 0.07
HSL 279.6º 0.85% 0.54% -
HSV(B) 279.6º 0.84% 0.93% -
XYZ 32.7 16.11 82.27 -
YUV 100.27 205.73 177.74 -
System Red Green Blue C M Y K H S L
Decimal 170 38 238 0.29 0.84 0 0.07 279.6 0.85 0.54
Hex AA 26 EE 1D 54 0 7 118 55 36
Octal 252 46 356 35 124 0 7 430 125 66
Binary 10101010 100110 11101110 11101 1010100 0 111 100011000 1010101 110110

Color Harmonies of #AA26EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26EE

Black with #AA26EE

Text Example


Text Example

White with #AA26EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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