Html Css Color HEX #A976AF Violet Blue

📋 copy color: '#A976AF'

red 169 ◦ green 118 ◦ blue 175

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

Shades of Violet Blue #A976AF

Tints of Violet Blue #A976AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 36.58%
G = 25.54%
B = 37.88%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A976AF (or 0xA976AF) is known color: Violet Blue. HEX triplet: A9, 76 and AF. RGB value is (169,118,175). Sum of RGB (Red+Green+Blue) = 169+118+175=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #A976AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A976AF is #568950. Grayscale: #8B8B8B. Windows color (decimal): -5671249 or 11499177. OLE color: 11499177.

HSL color Cylindrical-coordinate representation of color #A976AF: hue angle of 293.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A976AF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 118 175 -
CMYK 0.03 0.33 0 0.31
HSL 293.68º 0.26% 0.57% -
HSV(B) 293.68º 0.33% 0.69% -
XYZ 30.58 24.49 43.67 -
YUV 139.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 169 118 175 0.03 0.33 0 0.31 293.68 0.26 0.57
Hex A9 76 AF 3 21 0 1F 126 1A 39
Octal 251 166 257 3 41 0 37 446 32 71
Binary 10101001 1110110 10101111 11 100001 0 11111 100100110 11010 111001

Color Harmonies of #A976AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A976AF

Black with #A976AF

Text Example


Text Example

White with #A976AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A976AF; }

 p { color: rgb(169,118,175); }

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

background-color css

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

 a { background-color: rgb(169,118,175); }

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

border-color css

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

 span { border-color: rgb(169,118,175); }

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