Html Css Color HEX #AC25EE Blue Violet

📋 copy color: '#AC25EE'

red 172 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #AC25EE

Tints of Blue Violet #AC25EE

RGB

 RED value IS 172 (67.58% from 255) = 38.48%

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

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

R = 38.48%
G = 8.28%
B = 53.24%

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

#AC25EE (or 0xAC25EE) is known color: Blue Violet. HEX triplet: AC, 25 and EE. RGB value is (172,37,238). Sum of RGB (Red+Green+Blue) = 172+37+238=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC25EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC25EE is #53DA11. Grayscale: #636363. Windows color (decimal): -5495314 or 15607212. OLE color: 15607212.

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

Color convert

RGB 172 37 238 -
CMYK 0.28 0.84 0 0.07
HSL 280.3º 0.86% 0.54% -
HSV(B) 280.3º 0.84% 0.93% -
XYZ 33.11 16.27 82.28 -
YUV 100.28 205.73 179.16 -
System Red Green Blue C M Y K H S L
Decimal 172 37 238 0.28 0.84 0 0.07 280.3 0.86 0.54
Hex AC 25 EE 1C 54 0 7 118 56 36
Octal 254 45 356 34 124 0 7 430 126 66
Binary 10101100 100101 11101110 11100 1010100 0 111 100011000 1010110 110110

Color Harmonies of #AC25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25EE

Black with #AC25EE

Text Example


Text Example

White with #AC25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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