Html Css Color HEX #AC30EF Blue Violet

📋 copy color: '#AC30EF'

red 172 ◦ green 48 ◦ blue 239

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

Shades of Blue Violet #AC30EF

Tints of Blue Violet #AC30EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.46%

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

R = 37.47%
G = 10.46%
B = 52.07%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC30EF (or 0xAC30EF) is known color: Blue Violet. HEX triplet: AC, 30 and EF. RGB value is (172,48,239). Sum of RGB (Red+Green+Blue) = 172+48+239=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC30EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC30EF is #53CF10. Grayscale: #6A6A6A. Windows color (decimal): -5492497 or 15675564. OLE color: 15675564.

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

Color convert

RGB 172 48 239 -
CMYK 0.28 0.80 0 0.06
HSL 278.95º 0.86% 0.56% -
HSV(B) 278.95º 0.8% 0.94% -
XYZ 33.65 17.12 83.19 -
YUV 106.85 202.58 174.47 -
System Red Green Blue C M Y K H S L
Decimal 172 48 239 0.28 0.80 0 0.06 278.95 0.86 0.56
Hex AC 30 EF 1C 50 0 6 117 56 38
Octal 254 60 357 34 120 0 6 427 126 70
Binary 10101100 110000 11101111 11100 1010000 0 110 100010111 1010110 111000

Color Harmonies of #AC30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30EF

Black with #AC30EF

Text Example


Text Example

White with #AC30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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