Html Css Color HEX #AC47FF Blue Violet

📋 copy color: '#AC47FF'

red 172 ◦ green 71 ◦ blue 255

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

Shades of Blue Violet #AC47FF

Tints of Blue Violet #AC47FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.26%

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

R = 34.54%
G = 14.26%
B = 51.2%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC47FF (or 0xAC47FF) is known color: Blue Violet. HEX triplet: AC, 47 and FF. RGB value is (172,71,255). Sum of RGB (Red+Green+Blue) = 172+71+255=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC47FF is #53B800. Grayscale: #797979. Windows color (decimal): -5486593 or 16730028. OLE color: 16730028.

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

Color convert

RGB 172 71 255 -
CMYK 0.33 0.72 0 0
HSL 272.93º 1% 0.64% -
HSV(B) 272.93º 0.72% 1% -
XYZ 37.32 20.5 96.6 -
YUV 122.18 202.96 163.54 -
System Red Green Blue C M Y K H S L
Decimal 172 71 255 0.33 0.72 0 0 272.93 1 0.64
Hex AC 47 FF 21 48 0 0 111 64 40
Octal 254 107 377 41 110 0 0 421 144 100
Binary 10101100 1000111 11111111 100001 1001000 0 0 100010001 1100100 1000000

Color Harmonies of #AC47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47FF

Black with #AC47FF

Text Example


Text Example

White with #AC47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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