Html Css Color HEX #AC30F4 Blue Violet

📋 copy color: '#AC30F4'

red 172 ◦ green 48 ◦ blue 244

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

Shades of Blue Violet #AC30F4

Tints of Blue Violet #AC30F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.59%

R = 37.07%
G = 10.34%
B = 52.59%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC30F4 (or 0xAC30F4) is known color: Blue Violet. HEX triplet: AC, 30 and F4. RGB value is (172,48,244). Sum of RGB (Red+Green+Blue) = 172+48+244=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 244 (95.70% from 255 or 52.59% from 464); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC30F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC30F4 is #53CF0B. Grayscale: #6A6A6A. Windows color (decimal): -5492492 or 16003244. OLE color: 16003244.

HSL color Cylindrical-coordinate representation of color #AC30F4: hue angle of 277.96º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC30F4 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 48 244 -
CMYK 0.30 0.80 0 0.04
HSL 277.96º 0.9% 0.57% -
HSV(B) 277.96º 0.8% 0.96% -
XYZ 34.4 17.42 87.14 -
YUV 107.42 205.08 174.06 -
System Red Green Blue C M Y K H S L
Decimal 172 48 244 0.30 0.80 0 0.04 277.96 0.9 0.57
Hex AC 30 F4 1E 50 0 4 116 5A 39
Octal 254 60 364 36 120 0 4 426 132 71
Binary 10101100 110000 11110100 11110 1010000 0 100 100010110 1011010 111001

Color Harmonies of #AC30F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30F4

Black with #AC30F4

Text Example


Text Example

White with #AC30F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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