Html Css Color HEX #AC63AD Violet Blue

📋 copy color: '#AC63AD'

red 172 ◦ green 99 ◦ blue 173

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

Shades of Violet Blue #AC63AD

Tints of Violet Blue #AC63AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 38.74%
G = 22.3%
B = 38.96%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC63AD (or 0xAC63AD) is known color: Violet Blue. HEX triplet: AC, 63 and AD. RGB value is (172,99,173). Sum of RGB (Red+Green+Blue) = 172+99+173=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC63AD is #539C52. Grayscale: #818181. Windows color (decimal): -5479507 or 11363244. OLE color: 11363244.

HSL color Cylindrical-coordinate representation of color #AC63AD: hue angle of 299.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC63AD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 99 173 -
CMYK 0.01 0.43 0 0.32
HSL 299.19º 0.31% 0.53% -
HSV(B) 299.19º 0.43% 0.68% -
XYZ 29.02 20.71 42 -
YUV 129.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 172 99 173 0.01 0.43 0 0.32 299.19 0.31 0.53
Hex AC 63 AD 1 2B 0 20 12B 1F 35
Octal 254 143 255 1 53 0 40 453 37 65
Binary 10101100 1100011 10101101 1 101011 0 100000 100101011 11111 110101

Color Harmonies of #AC63AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC63AD

Black with #AC63AD

Text Example


Text Example

White with #AC63AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC63AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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