Html Css Color HEX #AC36EF Blue Violet

📋 copy color: '#AC36EF'

red 172 ◦ green 54 ◦ blue 239

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

Shades of Blue Violet #AC36EF

Tints of Blue Violet #AC36EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.61%

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

R = 36.99%
G = 11.61%
B = 51.4%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC36EF (or 0xAC36EF) is known color: Blue Violet. HEX triplet: AC, 36 and EF. RGB value is (172,54,239). Sum of RGB (Red+Green+Blue) = 172+54+239=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC36EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC36EF is #53C910. Grayscale: #6D6D6D. Windows color (decimal): -5490961 or 15677100. OLE color: 15677100.

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

Color convert

RGB 172 54 239 -
CMYK 0.28 0.77 0 0.06
HSL 278.27º 0.85% 0.57% -
HSV(B) 278.27º 0.77% 0.94% -
XYZ 33.91 17.64 83.28 -
YUV 110.37 200.59 171.96 -
System Red Green Blue C M Y K H S L
Decimal 172 54 239 0.28 0.77 0 0.06 278.27 0.85 0.57
Hex AC 36 EF 1C 4D 0 6 116 55 39
Octal 254 66 357 34 115 0 6 426 125 71
Binary 10101100 110110 11101111 11100 1001101 0 110 100010110 1010101 111001

Color Harmonies of #AC36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36EF

Black with #AC36EF

Text Example


Text Example

White with #AC36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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