Html Css Color HEX #A871AB Violet Blue

📋 copy color: '#A871AB'

red 168 ◦ green 113 ◦ blue 171

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

Shades of Violet Blue #A871AB

Tints of Violet Blue #A871AB

RGB

 RED value IS 168 (66.02% from 255) = 37.17%

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

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

R = 37.17%
G = 25%
B = 37.83%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A871AB (or 0xA871AB) is known color: Violet Blue. HEX triplet: A8, 71 and AB. RGB value is (168,113,171). Sum of RGB (Red+Green+Blue) = 168+113+171=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A871AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871AB is #578E54. Grayscale: #878787. Windows color (decimal): -5738069 or 11235752. OLE color: 11235752.

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

Color convert

RGB 168 113 171 -
CMYK 0.02 0.34 0 0.33
HSL 296.9º 0.26% 0.56% -
HSV(B) 296.9º 0.34% 0.67% -
XYZ 29.4 23.08 41.43 -
YUV 136.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 168 113 171 0.02 0.34 0 0.33 296.9 0.26 0.56
Hex A8 71 AB 2 22 0 21 129 1A 38
Octal 250 161 253 2 42 0 41 451 32 70
Binary 10101000 1110001 10101011 10 100010 0 100001 100101001 11010 111000

Color Harmonies of #A871AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871AB

Black with #A871AB

Text Example


Text Example

White with #A871AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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