Html Css Color HEX #AC2BEE Blue Violet

📋 copy color: '#AC2BEE'

red 172 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #AC2BEE

Tints of Blue Violet #AC2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.49%

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

R = 37.97%
G = 9.49%
B = 52.54%

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

#AC2BEE (or 0xAC2BEE) is known color: Blue Violet. HEX triplet: AC, 2B and EE. RGB value is (172,43,238). Sum of RGB (Red+Green+Blue) = 172+43+238=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC2BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2BEE is #53D411. Grayscale: #676767. Windows color (decimal): -5493778 or 15608748. OLE color: 15608748.

HSL color Cylindrical-coordinate representation of color #AC2BEE: hue angle of 279.69º 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 #AC2BEE is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 43 238 -
CMYK 0.28 0.82 0 0.07
HSL 279.69º 0.85% 0.55% -
HSV(B) 279.69º 0.82% 0.93% -
XYZ 33.31 16.67 82.35 -
YUV 103.8 203.74 176.64 -
System Red Green Blue C M Y K H S L
Decimal 172 43 238 0.28 0.82 0 0.07 279.69 0.85 0.55
Hex AC 2B EE 1C 52 0 7 118 55 37
Octal 254 53 356 34 122 0 7 430 125 67
Binary 10101100 101011 11101110 11100 1010010 0 111 100011000 1010101 110111

Color Harmonies of #AC2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BEE

Black with #AC2BEE

Text Example


Text Example

White with #AC2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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