Html Css Color HEX #A963AB Violet Blue

📋 copy color: '#A963AB'

red 169 ◦ green 99 ◦ blue 171

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

Shades of Violet Blue #A963AB

Tints of Violet Blue #A963AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 38.5%
G = 22.55%
B = 38.95%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A963AB (or 0xA963AB) is known color: Violet Blue. HEX triplet: A9, 63 and AB. RGB value is (169,99,171). Sum of RGB (Red+Green+Blue) = 169+99+171=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #A963AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A963AB is #569C54. Grayscale: #7F7F7F. Windows color (decimal): -5676117 or 11232169. OLE color: 11232169.

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

Color convert

RGB 169 99 171 -
CMYK 0.01 0.42 0 0.33
HSL 298.33º 0.3% 0.53% -
HSV(B) 298.33º 0.42% 0.67% -
XYZ 28.17 20.3 40.96 -
YUV 128.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 169 99 171 0.01 0.42 0 0.33 298.33 0.3 0.53
Hex A9 63 AB 1 2A 0 21 12A 1E 35
Octal 251 143 253 1 52 0 41 452 36 65
Binary 10101001 1100011 10101011 1 101010 0 100001 100101010 11110 110101

Color Harmonies of #A963AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963AB

Black with #A963AB

Text Example


Text Example

White with #A963AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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