Html Css Color HEX #A974AA Violet Blue

📋 copy color: '#A974AA'

red 169 ◦ green 116 ◦ blue 170

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

Shades of Violet Blue #A974AA

Tints of Violet Blue #A974AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.49%

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

R = 37.14%
G = 25.49%
B = 37.36%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A974AA (or 0xA974AA) is known color: Violet Blue. HEX triplet: A9, 74 and AA. RGB value is (169,116,170). Sum of RGB (Red+Green+Blue) = 169+116+170=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #A974AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A974AA is #568B55. Grayscale: #898989. Windows color (decimal): -5671766 or 11170985. OLE color: 11170985.

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

Color convert

RGB 169 116 170 -
CMYK 0.01 0.32 0 0.33
HSL 298.89º 0.24% 0.56% -
HSV(B) 298.89º 0.32% 0.67% -
XYZ 29.86 23.83 41.06 -
YUV 138 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 169 116 170 0.01 0.32 0 0.33 298.89 0.24 0.56
Hex A9 74 AA 1 20 0 21 12B 18 38
Octal 251 164 252 1 40 0 41 453 30 70
Binary 10101001 1110100 10101010 1 100000 0 100001 100101011 11000 111000

Color Harmonies of #A974AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A974AA

Black with #A974AA

Text Example


Text Example

White with #A974AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A974AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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