Html Css Color HEX #AC29ED Blue Violet

📋 copy color: '#AC29ED'

red 172 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #AC29ED

Tints of Blue Violet #AC29ED

RGB

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

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

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

R = 38.22%
G = 9.11%
B = 52.67%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC29ED (or 0xAC29ED) is known color: Blue Violet. HEX triplet: AC, 29 and ED. RGB value is (172,41,237). Sum of RGB (Red+Green+Blue) = 172+41+237=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC29ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC29ED is #53D612. Grayscale: #656565. Windows color (decimal): -5494291 or 15542700. OLE color: 15542700.

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

Color convert

RGB 172 41 237 -
CMYK 0.27 0.83 0 0.07
HSL 280.1º 0.84% 0.55% -
HSV(B) 280.1º 0.83% 0.93% -
XYZ 33.09 16.47 81.56 -
YUV 102.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 172 41 237 0.27 0.83 0 0.07 280.1 0.84 0.55
Hex AC 29 ED 1B 53 0 7 118 54 37
Octal 254 51 355 33 123 0 7 430 124 67
Binary 10101100 101001 11101101 11011 1010011 0 111 100011000 1010100 110111

Color Harmonies of #AC29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29ED

Black with #AC29ED

Text Example


Text Example

White with #AC29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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