Html Css Color HEX #AC63A1 Violet Blue

📋 copy color: '#AC63A1'

red 172 ◦ green 99 ◦ blue 161

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

Shades of Violet Blue #AC63A1

Tints of Violet Blue #AC63A1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.92%

 BLUE value IS 161 (63.28% from 255) = 37.27%

R = 39.81%
G = 22.92%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC63A1 (or 0xAC63A1) is known color: Violet Blue. HEX triplet: AC, 63 and A1. RGB value is (172,99,161). Sum of RGB (Red+Green+Blue) = 172+99+161=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC63A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63A1 is #539C5E. Grayscale: #7F7F7F. Windows color (decimal): -5479519 or 10576812. OLE color: 10576812.

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

Color convert

RGB 172 99 161 -
CMYK 0 0.42 0.06 0.33
HSL 309.04º 0.31% 0.53% -
HSV(B) 309.04º 0.42% 0.67% -
XYZ 27.91 20.27 36.16 -
YUV 127.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 172 99 161 0 0.42 0.06 0.33 309.04 0.31 0.53
Hex AC 63 A1 0 2A 6 21 135 1F 35
Octal 254 143 241 0 52 6 41 465 37 65
Binary 10101100 1100011 10100001 0 101010 110 100001 100110101 11111 110101

Color Harmonies of #AC63A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63A1

Black with #AC63A1

Text Example


Text Example

White with #AC63A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63A1; }

 p { color: rgb(172,99,161); }

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

background-color css

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

 a { background-color: rgb(172,99,161); }

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

border-color css

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

 span { border-color: rgb(172,99,161); }

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