Html Css Color HEX #AC2EEE Blue Violet

📋 copy color: '#AC2EEE'

red 172 ◦ green 46 ◦ blue 238

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

Shades of Blue Violet #AC2EEE

Tints of Blue Violet #AC2EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.09%

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

R = 37.72%
G = 10.09%
B = 52.19%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC2EEE (or 0xAC2EEE) is known color: Blue Violet. HEX triplet: AC, 2E and EE. RGB value is (172,46,238). Sum of RGB (Red+Green+Blue) = 172+46+238=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC2EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EEE is #53D111. Grayscale: #686868. Windows color (decimal): -5493010 or 15609516. OLE color: 15609516.

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

Color convert

RGB 172 46 238 -
CMYK 0.28 0.81 0 0.07
HSL 279.38º 0.85% 0.56% -
HSV(B) 279.38º 0.81% 0.93% -
XYZ 33.42 16.9 82.39 -
YUV 105.56 202.74 175.39 -
System Red Green Blue C M Y K H S L
Decimal 172 46 238 0.28 0.81 0 0.07 279.38 0.85 0.56
Hex AC 2E EE 1C 51 0 7 117 55 38
Octal 254 56 356 34 121 0 7 427 125 70
Binary 10101100 101110 11101110 11100 1010001 0 111 100010111 1010101 111000

Color Harmonies of #AC2EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EEE

Black with #AC2EEE

Text Example


Text Example

White with #AC2EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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