Html Css Color HEX #A978AD Violet Blue

📋 copy color: '#A978AD'

red 169 ◦ green 120 ◦ blue 173

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

Shades of Violet Blue #A978AD

Tints of Violet Blue #A978AD

RGB

 RED value IS 169 (66.41% from 255) = 36.58%

 GREEN value IS 120 (47.27% from 255) = 25.97%

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

R = 36.58%
G = 25.97%
B = 37.45%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A978AD (or 0xA978AD) is known color: Violet Blue. HEX triplet: A9, 78 and AD. RGB value is (169,120,173). Sum of RGB (Red+Green+Blue) = 169+120+173=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 120 (47.27% from 255 or 25.97% 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 #A978AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AD is #568752. Grayscale: #8C8C8C. Windows color (decimal): -5670739 or 11368617. OLE color: 11368617.

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

Color convert

RGB 169 120 173 -
CMYK 0.02 0.31 0 0.32
HSL 295.47º 0.24% 0.57% -
HSV(B) 295.47º 0.31% 0.68% -
XYZ 30.62 24.89 42.72 -
YUV 140.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 169 120 173 0.02 0.31 0 0.32 295.47 0.24 0.57
Hex A9 78 AD 2 1F 0 20 127 18 39
Octal 251 170 255 2 37 0 40 447 30 71
Binary 10101001 1111000 10101101 10 11111 0 100000 100100111 11000 111001

Color Harmonies of #A978AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978AD

Black with #A978AD

Text Example


Text Example

White with #A978AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978AD; }

 p { color: rgb(169,120,173); }

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

background-color css

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

 a { background-color: rgb(169,120,173); }

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

border-color css

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

 span { border-color: rgb(169,120,173); }

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