Html Css Color HEX #AC29EF Blue Violet

📋 copy color: '#AC29EF'

red 172 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #AC29EF

Tints of Blue Violet #AC29EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 38.05%
G = 9.07%
B = 52.88%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC29EF (or 0xAC29EF) is known color: Blue Violet. HEX triplet: AC, 29 and EF. RGB value is (172,41,239). Sum of RGB (Red+Green+Blue) = 172+41+239=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC29EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC29EF is #53D610. Grayscale: #666666. Windows color (decimal): -5494289 or 15673772. OLE color: 15673772.

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

Color convert

RGB 172 41 239 -
CMYK 0.28 0.83 0 0.06
HSL 279.7º 0.86% 0.55% -
HSV(B) 279.7º 0.83% 0.94% -
XYZ 33.39 16.59 83.1 -
YUV 102.74 204.9 177.4 -
System Red Green Blue C M Y K H S L
Decimal 172 41 239 0.28 0.83 0 0.06 279.7 0.86 0.55
Hex AC 29 EF 1C 53 0 6 118 56 37
Octal 254 51 357 34 123 0 6 430 126 67
Binary 10101100 101001 11101111 11100 1010011 0 110 100011000 1010110 110111

Color Harmonies of #AC29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29EF

Black with #AC29EF

Text Example


Text Example

White with #AC29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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