Html Css Color HEX #A876AC Violet Blue

📋 copy color: '#A876AC'

red 168 ◦ green 118 ◦ blue 172

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

Shades of Violet Blue #A876AC

Tints of Violet Blue #A876AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 36.68%
G = 25.76%
B = 37.55%

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

#A876AC (or 0xA876AC) is known color: Violet Blue. HEX triplet: A8, 76 and AC. RGB value is (168,118,172). Sum of RGB (Red+Green+Blue) = 168+118+172=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #A876AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A876AC is #578953. Grayscale: #8A8A8A. Windows color (decimal): -5736788 or 11302568. OLE color: 11302568.

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

Color convert

RGB 168 118 172 -
CMYK 0.02 0.31 0 0.33
HSL 295.56º 0.25% 0.57% -
HSV(B) 295.56º 0.31% 0.67% -
XYZ 30.07 24.26 42.13 -
YUV 139.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 168 118 172 0.02 0.31 0 0.33 295.56 0.25 0.57
Hex A8 76 AC 2 1F 0 21 128 19 39
Octal 250 166 254 2 37 0 41 450 31 71
Binary 10101000 1110110 10101100 10 11111 0 100001 100101000 11001 111001

Color Harmonies of #A876AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A876AC

Black with #A876AC

Text Example


Text Example

White with #A876AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A876AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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