Html Css Color HEX #AA26ED Blue Violet

📋 copy color: '#AA26ED'

red 170 ◦ green 38 ◦ blue 237

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

Shades of Blue Violet #AA26ED

Tints of Blue Violet #AA26ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 38.2%
G = 8.54%
B = 53.26%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA26ED (or 0xAA26ED) is known color: Blue Violet. HEX triplet: AA, 26 and ED. RGB value is (170,38,237). Sum of RGB (Red+Green+Blue) = 170+38+237=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA26ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA26ED is #55D912. Grayscale: #636363. Windows color (decimal): -5626131 or 15541930. OLE color: 15541930.

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

Color convert

RGB 170 38 237 -
CMYK 0.28 0.84 0 0.07
HSL 279.8º 0.85% 0.54% -
HSV(B) 279.8º 0.84% 0.93% -
XYZ 32.56 16.05 81.5 -
YUV 100.15 205.23 177.82 -
System Red Green Blue C M Y K H S L
Decimal 170 38 237 0.28 0.84 0 0.07 279.8 0.85 0.54
Hex AA 26 ED 1C 54 0 7 118 55 36
Octal 252 46 355 34 124 0 7 430 125 66
Binary 10101010 100110 11101101 11100 1010100 0 111 100011000 1010101 110110

Color Harmonies of #AA26ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA26ED

Black with #AA26ED

Text Example


Text Example

White with #AA26ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA26ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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