Html Css Color HEX #AC30FF Blue Violet

📋 copy color: '#AC30FF'

red 172 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #AC30FF

Tints of Blue Violet #AC30FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 36.21%
G = 10.11%
B = 53.68%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC30FF (or 0xAC30FF) is known color: Blue Violet. HEX triplet: AC, 30 and FF. RGB value is (172,48,255). Sum of RGB (Red+Green+Blue) = 172+48+255=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC30FF is #53CF00. Grayscale: #6B6B6B. Windows color (decimal): -5492481 or 16724140. OLE color: 16724140.

HSL color Cylindrical-coordinate representation of color #AC30FF: hue angle of 275.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC30FF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 48 255 -
CMYK 0.33 0.81 0 0
HSL 275.94º 1% 0.59% -
HSV(B) 275.94º 0.81% 1% -
XYZ 36.12 18.1 96.2 -
YUV 108.67 210.58 173.17 -
System Red Green Blue C M Y K H S L
Decimal 172 48 255 0.33 0.81 0 0 275.94 1 0.59
Hex AC 30 FF 21 51 0 0 114 64 3B
Octal 254 60 377 41 121 0 0 424 144 73
Binary 10101100 110000 11111111 100001 1010001 0 0 100010100 1100100 111011

Color Harmonies of #AC30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30FF

Black with #AC30FF

Text Example


Text Example

White with #AC30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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