Html Css Color HEX #AC47A6 Violet Blue

📋 copy color: '#AC47A6'

red 172 ◦ green 71 ◦ blue 166

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

Shades of Violet Blue #AC47A6

Tints of Violet Blue #AC47A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 42.05%
G = 17.36%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC47A6 (or 0xAC47A6) is known color: Violet Blue. HEX triplet: AC, 47 and A6. RGB value is (172,71,166). Sum of RGB (Red+Green+Blue) = 172+71+166=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC47A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC47A6 is #53B859. Grayscale: #6F6F6F. Windows color (decimal): -5486682 or 10897324. OLE color: 10897324.

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

Color convert

RGB 172 71 166 -
CMYK 0 0.59 0.03 0.33
HSL 303.56º 0.42% 0.48% -
HSV(B) 303.56º 0.59% 0.67% -
XYZ 26.15 16.03 37.79 -
YUV 112.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 172 71 166 0 0.59 0.03 0.33 303.56 0.42 0.48
Hex AC 47 A6 0 3B 3 21 130 2A 30
Octal 254 107 246 0 73 3 41 460 52 60
Binary 10101100 1000111 10100110 0 111011 11 100001 100110000 101010 110000

Color Harmonies of #AC47A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC47A6

Black with #AC47A6

Text Example


Text Example

White with #AC47A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC47A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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