Html Css Color HEX #AC2CEE Blue Violet

📋 copy color: '#AC2CEE'

red 172 ◦ green 44 ◦ blue 238

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

Shades of Blue Violet #AC2CEE

Tints of Blue Violet #AC2CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.69%

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

R = 37.89%
G = 9.69%
B = 52.42%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC2CEE (or 0xAC2CEE) is known color: Blue Violet. HEX triplet: AC, 2C and EE. RGB value is (172,44,238). Sum of RGB (Red+Green+Blue) = 172+44+238=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC2CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2CEE is #53D311. Grayscale: #676767. Windows color (decimal): -5493522 or 15609004. OLE color: 15609004.

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

Color convert

RGB 172 44 238 -
CMYK 0.28 0.82 0 0.07
HSL 279.59º 0.85% 0.55% -
HSV(B) 279.59º 0.82% 0.93% -
XYZ 33.35 16.75 82.36 -
YUV 104.39 203.41 176.23 -
System Red Green Blue C M Y K H S L
Decimal 172 44 238 0.28 0.82 0 0.07 279.59 0.85 0.55
Hex AC 2C EE 1C 52 0 7 118 55 37
Octal 254 54 356 34 122 0 7 430 125 67
Binary 10101100 101100 11101110 11100 1010010 0 111 100011000 1010101 110111

Color Harmonies of #AC2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CEE

Black with #AC2CEE

Text Example


Text Example

White with #AC2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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