Html Css Color HEX #A978AE Violet Blue

📋 copy color: '#A978AE'

red 169 ◦ green 120 ◦ blue 174

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

Shades of Violet Blue #A978AE

Tints of Violet Blue #A978AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 36.5%
G = 25.92%
B = 37.58%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A978AE (or 0xA978AE) is known color: Violet Blue. HEX triplet: A9, 78 and AE. RGB value is (169,120,174). Sum of RGB (Red+Green+Blue) = 169+120+174=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #A978AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978AE is #568751. Grayscale: #8C8C8C. Windows color (decimal): -5670738 or 11434153. OLE color: 11434153.

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

Color convert

RGB 169 120 174 -
CMYK 0.03 0.31 0 0.32
HSL 294.44º 0.25% 0.58% -
HSV(B) 294.44º 0.31% 0.68% -
XYZ 30.72 24.92 43.24 -
YUV 140.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 169 120 174 0.03 0.31 0 0.32 294.44 0.25 0.58
Hex A9 78 AE 3 1F 0 20 126 19 3A
Octal 251 170 256 3 37 0 40 446 31 72
Binary 10101001 1111000 10101110 11 11111 0 100000 100100110 11001 111010

Color Harmonies of #A978AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978AE

Black with #A978AE

Text Example


Text Example

White with #A978AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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