Html Css Color HEX #A879AD Violet Blue

📋 copy color: '#A879AD'

red 168 ◦ green 121 ◦ blue 173

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

Shades of Violet Blue #A879AD

Tints of Violet Blue #A879AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 36.36%
G = 26.19%
B = 37.45%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A879AD (or 0xA879AD) is known color: Violet Blue. HEX triplet: A8, 79 and AD. RGB value is (168,121,173). Sum of RGB (Red+Green+Blue) = 168+121+173=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #A879AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A879AD is #578652. Grayscale: #8C8C8C. Windows color (decimal): -5736019 or 11368872. OLE color: 11368872.

HSL color Cylindrical-coordinate representation of color #A879AD: hue angle of 294.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A879AD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 121 173 -
CMYK 0.03 0.30 0 0.32
HSL 294.23º 0.24% 0.58% -
HSV(B) 294.23º 0.3% 0.68% -
XYZ 30.53 25.02 42.75 -
YUV 140.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 168 121 173 0.03 0.30 0 0.32 294.23 0.24 0.58
Hex A8 79 AD 3 1E 0 20 126 18 3A
Octal 250 171 255 3 36 0 40 446 30 72
Binary 10101000 1111001 10101101 11 11110 0 100000 100100110 11000 111010

Color Harmonies of #A879AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A879AD

Black with #A879AD

Text Example


Text Example

White with #A879AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A879AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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