Html Css Color HEX #A978AA Violet Blue

📋 copy color: '#A978AA'

red 169 ◦ green 120 ◦ blue 170

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

Shades of Violet Blue #A978AA

Tints of Violet Blue #A978AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 36.82%
G = 26.14%
B = 37.04%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A978AA (or 0xA978AA) is known color: Violet Blue. HEX triplet: A9, 78 and AA. RGB value is (169,120,170). Sum of RGB (Red+Green+Blue) = 169+120+170=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A978AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AA is #568755. Grayscale: #8C8C8C. Windows color (decimal): -5670742 or 11172009. OLE color: 11172009.

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

Color convert

RGB 169 120 170 -
CMYK 0.01 0.29 0 0.33
HSL 298.8º 0.23% 0.57% -
HSV(B) 298.8º 0.29% 0.67% -
XYZ 30.33 24.77 41.21 -
YUV 140.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 169 120 170 0.01 0.29 0 0.33 298.8 0.23 0.57
Hex A9 78 AA 1 1D 0 21 12B 17 39
Octal 251 170 252 1 35 0 41 453 27 71
Binary 10101001 1111000 10101010 1 11101 0 100001 100101011 10111 111001

Color Harmonies of #A978AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978AA

Black with #A978AA

Text Example


Text Example

White with #A978AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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