Html Css Color HEX #AC2DEE Blue Violet

📋 copy color: '#AC2DEE'

red 172 ◦ green 45 ◦ blue 238

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

Shades of Blue Violet #AC2DEE

Tints of Blue Violet #AC2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.89%

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

R = 37.8%
G = 9.89%
B = 52.31%

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

#AC2DEE (or 0xAC2DEE) is known color: Blue Violet. HEX triplet: AC, 2D and EE. RGB value is (172,45,238). Sum of RGB (Red+Green+Blue) = 172+45+238=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC2DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2DEE is #53D211. Grayscale: #686868. Windows color (decimal): -5493266 or 15609260. OLE color: 15609260.

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

Color convert

RGB 172 45 238 -
CMYK 0.28 0.81 0 0.07
HSL 279.48º 0.85% 0.55% -
HSV(B) 279.48º 0.81% 0.93% -
XYZ 33.38 16.82 82.38 -
YUV 104.98 203.08 175.81 -
System Red Green Blue C M Y K H S L
Decimal 172 45 238 0.28 0.81 0 0.07 279.48 0.85 0.55
Hex AC 2D EE 1C 51 0 7 117 55 37
Octal 254 55 356 34 121 0 7 427 125 67
Binary 10101100 101101 11101110 11100 1010001 0 111 100010111 1010101 110111

Color Harmonies of #AC2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DEE

Black with #AC2DEE

Text Example


Text Example

White with #AC2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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