Html Css Color HEX #AA25EE Blue Violet

📋 copy color: '#AA25EE'

red 170 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #AA25EE

Tints of Blue Violet #AA25EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.31%

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

R = 38.2%
G = 8.31%
B = 53.48%

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

#AA25EE (or 0xAA25EE) is known color: Blue Violet. HEX triplet: AA, 25 and EE. RGB value is (170,37,238). Sum of RGB (Red+Green+Blue) = 170+37+238=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA25EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA25EE is #55DA11. Grayscale: #636363. Windows color (decimal): -5626386 or 15607210. OLE color: 15607210.

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

Color convert

RGB 170 37 238 -
CMYK 0.29 0.84 0 0.07
HSL 279.7º 0.86% 0.54% -
HSV(B) 279.7º 0.84% 0.93% -
XYZ 32.67 16.04 82.26 -
YUV 99.68 206.06 178.16 -
System Red Green Blue C M Y K H S L
Decimal 170 37 238 0.29 0.84 0 0.07 279.7 0.86 0.54
Hex AA 25 EE 1D 54 0 7 118 56 36
Octal 252 45 356 35 124 0 7 430 126 66
Binary 10101010 100101 11101110 11101 1010100 0 111 100011000 1010110 110110

Color Harmonies of #AA25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25EE

Black with #AA25EE

Text Example


Text Example

White with #AA25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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