Html Css Color HEX #AC29EE Blue Violet

📋 copy color: '#AC29EE'

red 172 ◦ green 41 ◦ blue 238

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

Shades of Blue Violet #AC29EE

Tints of Blue Violet #AC29EE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.09%

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

R = 38.14%
G = 9.09%
B = 52.77%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC29EE (or 0xAC29EE) is known color: Blue Violet. HEX triplet: AC, 29 and EE. RGB value is (172,41,238). Sum of RGB (Red+Green+Blue) = 172+41+238=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC29EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC29EE is #53D611. Grayscale: #656565. Windows color (decimal): -5494290 or 15608236. OLE color: 15608236.

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

Color convert

RGB 172 41 238 -
CMYK 0.28 0.83 0 0.07
HSL 279.9º 0.85% 0.55% -
HSV(B) 279.9º 0.83% 0.93% -
XYZ 33.24 16.53 82.33 -
YUV 102.63 204.4 177.48 -
System Red Green Blue C M Y K H S L
Decimal 172 41 238 0.28 0.83 0 0.07 279.9 0.85 0.55
Hex AC 29 EE 1C 53 0 7 118 55 37
Octal 254 51 356 34 123 0 7 430 125 67
Binary 10101100 101001 11101110 11100 1010011 0 111 100011000 1010101 110111

Color Harmonies of #AC29EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29EE

Black with #AC29EE

Text Example


Text Example

White with #AC29EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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