Html Css Color HEX #A951AB Violet Blue

📋 copy color: '#A951AB'

red 169 ◦ green 81 ◦ blue 171

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

Shades of Violet Blue #A951AB

Tints of Violet Blue #A951AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.24%

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

R = 40.14%
G = 19.24%
B = 40.62%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A951AB (or 0xA951AB) is known color: Violet Blue. HEX triplet: A9, 51 and AB. RGB value is (169,81,171). Sum of RGB (Red+Green+Blue) = 169+81+171=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A951AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A951AB is #56AE54. Grayscale: #757575. Windows color (decimal): -5680725 or 11227561. OLE color: 11227561.

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

Color convert

RGB 169 81 171 -
CMYK 0.01 0.53 0 0.33
HSL 298.67º 0.36% 0.49% -
HSV(B) 298.67º 0.53% 0.67% -
XYZ 26.66 17.26 40.45 -
YUV 117.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 169 81 171 0.01 0.53 0 0.33 298.67 0.36 0.49
Hex A9 51 AB 1 35 0 21 12B 24 31
Octal 251 121 253 1 65 0 41 453 44 61
Binary 10101001 1010001 10101011 1 110101 0 100001 100101011 100100 110001

Color Harmonies of #A951AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A951AB

Black with #A951AB

Text Example


Text Example

White with #A951AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A951AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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