Html Css Color HEX #A371AB Violet Blue

📋 copy color: '#A371AB'

red 163 ◦ green 113 ◦ blue 171

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

Shades of Violet Blue #A371AB

Tints of Violet Blue #A371AB

RGB

 RED value IS 163 (64.06% from 255) = 36.47%

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

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

R = 36.47%
G = 25.28%
B = 38.26%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A371AB (or 0xA371AB) is known color: Violet Blue. HEX triplet: A3, 71 and AB. RGB value is (163,113,171). Sum of RGB (Red+Green+Blue) = 163+113+171=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A371AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A371AB is #5C8E54. Grayscale: #868686. Windows color (decimal): -6065749 or 11235747. OLE color: 11235747.

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

Color convert

RGB 163 113 171 -
CMYK 0.05 0.34 0 0.33
HSL 291.72º 0.26% 0.56% -
HSV(B) 291.72º 0.34% 0.67% -
XYZ 28.36 22.54 41.38 -
YUV 134.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 163 113 171 0.05 0.34 0 0.33 291.72 0.26 0.56
Hex A3 71 AB 5 22 0 21 124 1A 38
Octal 243 161 253 5 42 0 41 444 32 70
Binary 10100011 1110001 10101011 101 100010 0 100001 100100100 11010 111000

Color Harmonies of #A371AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371AB

Black with #A371AB

Text Example


Text Example

White with #A371AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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