Html Css Color HEX #AC2FEE Blue Violet

📋 copy color: '#AC2FEE'

red 172 ◦ green 47 ◦ blue 238

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

Shades of Blue Violet #AC2FEE

Tints of Blue Violet #AC2FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.28%

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

R = 37.64%
G = 10.28%
B = 52.08%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC2FEE (or 0xAC2FEE) is known color: Blue Violet. HEX triplet: AC, 2F and EE. RGB value is (172,47,238). Sum of RGB (Red+Green+Blue) = 172+47+238=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC2FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2FEE is #53D011. Grayscale: #696969. Windows color (decimal): -5492754 or 15609772. OLE color: 15609772.

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

Color convert

RGB 172 47 238 -
CMYK 0.28 0.80 0 0.07
HSL 279.27º 0.85% 0.56% -
HSV(B) 279.27º 0.8% 0.93% -
XYZ 33.46 16.98 82.4 -
YUV 106.15 202.41 174.97 -
System Red Green Blue C M Y K H S L
Decimal 172 47 238 0.28 0.80 0 0.07 279.27 0.85 0.56
Hex AC 2F EE 1C 50 0 7 117 55 38
Octal 254 57 356 34 120 0 7 427 125 70
Binary 10101100 101111 11101110 11100 1010000 0 111 100010111 1010101 111000

Color Harmonies of #AC2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2FEE

Black with #AC2FEE

Text Example


Text Example

White with #AC2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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