Html Css Color HEX #A876AB Violet Blue

📋 copy color: '#A876AB'

red 168 ◦ green 118 ◦ blue 171

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

Shades of Violet Blue #A876AB

Tints of Violet Blue #A876AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

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

R = 36.76%
G = 25.82%
B = 37.42%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A876AB (or 0xA876AB) is known color: Violet Blue. HEX triplet: A8, 76 and AB. RGB value is (168,118,171). Sum of RGB (Red+Green+Blue) = 168+118+171=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A876AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A876AB is #578954. Grayscale: #8A8A8A. Windows color (decimal): -5736789 or 11237032. OLE color: 11237032.

HSL color Cylindrical-coordinate representation of color #A876AB: hue angle of 296.6º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A876AB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 118 171 -
CMYK 0.02 0.31 0 0.33
HSL 296.6º 0.24% 0.57% -
HSV(B) 296.6º 0.31% 0.67% -
XYZ 29.98 24.22 41.62 -
YUV 138.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 168 118 171 0.02 0.31 0 0.33 296.6 0.24 0.57
Hex A8 76 AB 2 1F 0 21 129 18 39
Octal 250 166 253 2 37 0 41 451 30 71
Binary 10101000 1110110 10101011 10 11111 0 100001 100101001 11000 111001

Color Harmonies of #A876AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876AB

Black with #A876AB

Text Example


Text Example

White with #A876AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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