Html Css Color HEX #A879AC Violet Blue

📋 copy color: '#A879AC'

red 168 ◦ green 121 ◦ blue 172

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

Shades of Violet Blue #A879AC

Tints of Violet Blue #A879AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.25%

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

R = 36.44%
G = 26.25%
B = 37.31%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A879AC (or 0xA879AC) is known color: Violet Blue. HEX triplet: A8, 79 and AC. RGB value is (168,121,172). Sum of RGB (Red+Green+Blue) = 168+121+172=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A879AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A879AC is #578653. Grayscale: #8C8C8C. Windows color (decimal): -5736020 or 11303336. OLE color: 11303336.

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

Color convert

RGB 168 121 172 -
CMYK 0.02 0.30 0 0.33
HSL 295.29º 0.24% 0.57% -
HSV(B) 295.29º 0.3% 0.67% -
XYZ 30.43 24.98 42.25 -
YUV 140.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 168 121 172 0.02 0.30 0 0.33 295.29 0.24 0.57
Hex A8 79 AC 2 1E 0 21 127 18 39
Octal 250 171 254 2 36 0 41 447 30 71
Binary 10101000 1111001 10101100 10 11110 0 100001 100100111 11000 111001

Color Harmonies of #A879AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A879AC

Black with #A879AC

Text Example


Text Example

White with #A879AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A879AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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