Html Css Color HEX #A971AB Violet Blue

📋 copy color: '#A971AB'

red 169 ◦ green 113 ◦ blue 171

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

Shades of Violet Blue #A971AB

Tints of Violet Blue #A971AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.94%

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

R = 37.31%
G = 24.94%
B = 37.75%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A971AB (or 0xA971AB) is known color: Violet Blue. HEX triplet: A9, 71 and AB. RGB value is (169,113,171). Sum of RGB (Red+Green+Blue) = 169+113+171=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A971AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A971AB is #568E54. Grayscale: #888888. Windows color (decimal): -5672533 or 11235753. OLE color: 11235753.

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

Color convert

RGB 169 113 171 -
CMYK 0.01 0.34 0 0.33
HSL 297.93º 0.26% 0.56% -
HSV(B) 297.93º 0.34% 0.67% -
XYZ 29.62 23.19 41.44 -
YUV 136.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 169 113 171 0.01 0.34 0 0.33 297.93 0.26 0.56
Hex A9 71 AB 1 22 0 21 12A 1A 38
Octal 251 161 253 1 42 0 41 452 32 70
Binary 10101001 1110001 10101011 1 100010 0 100001 100101010 11010 111000

Color Harmonies of #A971AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A971AB

Black with #A971AB

Text Example


Text Example

White with #A971AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A971AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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