Html Css Color HEX #AC2EED Blue Violet

📋 copy color: '#AC2EED'

red 172 ◦ green 46 ◦ blue 237

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

Shades of Blue Violet #AC2EED

Tints of Blue Violet #AC2EED

RGB

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

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

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

R = 37.8%
G = 10.11%
B = 52.09%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC2EED (or 0xAC2EED) is known color: Blue Violet. HEX triplet: AC, 2E and ED. RGB value is (172,46,237). Sum of RGB (Red+Green+Blue) = 172+46+237=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC2EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2EED is #53D112. Grayscale: #686868. Windows color (decimal): -5493011 or 15543980. OLE color: 15543980.

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

Color convert

RGB 172 46 237 -
CMYK 0.27 0.81 0 0.07
HSL 279.58º 0.84% 0.55% -
HSV(B) 279.58º 0.81% 0.93% -
XYZ 33.28 16.84 81.62 -
YUV 105.45 202.24 175.47 -
System Red Green Blue C M Y K H S L
Decimal 172 46 237 0.27 0.81 0 0.07 279.58 0.84 0.55
Hex AC 2E ED 1B 51 0 7 118 54 37
Octal 254 56 355 33 121 0 7 430 124 67
Binary 10101100 101110 11101101 11011 1010001 0 111 100011000 1010100 110111

Color Harmonies of #AC2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2EED

Black with #AC2EED

Text Example


Text Example

White with #AC2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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