Html Css Color HEX #AA25EC Blue Violet

📋 copy color: '#AA25EC'

red 170 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #AA25EC

Tints of Blue Violet #AA25EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 38.37%
G = 8.35%
B = 53.27%

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

#AA25EC (or 0xAA25EC) is known color: Blue Violet. HEX triplet: AA, 25 and EC. RGB value is (170,37,236). Sum of RGB (Red+Green+Blue) = 170+37+236=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA25EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA25EC is #55DA13. Grayscale: #626262. Windows color (decimal): -5626388 or 15476138. OLE color: 15476138.

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

Color convert

RGB 170 37 236 -
CMYK 0.28 0.84 0 0.07
HSL 280.1º 0.84% 0.54% -
HSV(B) 280.1º 0.84% 0.93% -
XYZ 32.38 15.93 80.72 -
YUV 99.45 205.06 178.32 -
System Red Green Blue C M Y K H S L
Decimal 170 37 236 0.28 0.84 0 0.07 280.1 0.84 0.54
Hex AA 25 EC 1C 54 0 7 118 54 36
Octal 252 45 354 34 124 0 7 430 124 66
Binary 10101010 100101 11101100 11100 1010100 0 111 100011000 1010100 110110

Color Harmonies of #AA25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25EC

Black with #AA25EC

Text Example


Text Example

White with #AA25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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