Html Css Color HEX #A963AC Violet Blue

📋 copy color: '#A963AC'

red 169 ◦ green 99 ◦ blue 172

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

Shades of Violet Blue #A963AC

Tints of Violet Blue #A963AC

RGB

 RED value IS 169 (66.41% from 255) = 38.41%

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

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 38.41%
G = 22.5%
B = 39.09%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A963AC (or 0xA963AC) is known color: Violet Blue. HEX triplet: A9, 63 and AC. RGB value is (169,99,172). Sum of RGB (Red+Green+Blue) = 169+99+172=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #A963AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A963AC is #569C53. Grayscale: #808080. Windows color (decimal): -5676116 or 11297705. OLE color: 11297705.

HSL color Cylindrical-coordinate representation of color #A963AC: hue angle of 297.53º 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 #A963AC is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 99 172 -
CMYK 0.02 0.42 0 0.33
HSL 297.53º 0.31% 0.53% -
HSV(B) 297.53º 0.42% 0.67% -
XYZ 28.27 20.34 41.47 -
YUV 128.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 169 99 172 0.02 0.42 0 0.33 297.53 0.31 0.53
Hex A9 63 AC 2 2A 0 21 12A 1F 35
Octal 251 143 254 2 52 0 41 452 37 65
Binary 10101001 1100011 10101100 10 101010 0 100001 100101010 11111 110101

Color Harmonies of #A963AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963AC

Black with #A963AC

Text Example


Text Example

White with #A963AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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