Html Css Color HEX #AC2BEF Blue Violet

📋 copy color: '#AC2BEF'

red 172 ◦ green 43 ◦ blue 239

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

Shades of Blue Violet #AC2BEF

Tints of Blue Violet #AC2BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 37.89%
G = 9.47%
B = 52.64%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC2BEF (or 0xAC2BEF) is known color: Blue Violet. HEX triplet: AC, 2B and EF. RGB value is (172,43,239). Sum of RGB (Red+Green+Blue) = 172+43+239=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC2BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2BEF is #53D410. Grayscale: #676767. Windows color (decimal): -5493777 or 15674284. OLE color: 15674284.

HSL color Cylindrical-coordinate representation of color #AC2BEF: hue angle of 279.49º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2BEF is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 43 239 -
CMYK 0.28 0.82 0 0.06
HSL 279.49º 0.86% 0.55% -
HSV(B) 279.49º 0.82% 0.94% -
XYZ 33.46 16.73 83.13 -
YUV 103.92 204.24 176.56 -
System Red Green Blue C M Y K H S L
Decimal 172 43 239 0.28 0.82 0 0.06 279.49 0.86 0.55
Hex AC 2B EF 1C 52 0 6 117 56 37
Octal 254 53 357 34 122 0 6 427 126 67
Binary 10101100 101011 11101111 11100 1010010 0 110 100010111 1010110 110111

Color Harmonies of #AC2BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2BEF

Black with #AC2BEF

Text Example


Text Example

White with #AC2BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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