Html Css Color HEX #A676AC Violet Blue

📋 copy color: '#A676AC'

red 166 ◦ green 118 ◦ blue 172

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

Shades of Violet Blue #A676AC

Tints of Violet Blue #A676AC

RGB

 RED value IS 166 (65.23% from 255) = 36.4%

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 36.4%
G = 25.88%
B = 37.72%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A676AC (or 0xA676AC) is known color: Violet Blue. HEX triplet: A6, 76 and AC. RGB value is (166,118,172). Sum of RGB (Red+Green+Blue) = 166+118+172=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #A676AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A676AC is #598953. Grayscale: #8A8A8A. Windows color (decimal): -5867860 or 11302566. OLE color: 11302566.

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

Color convert

RGB 166 118 172 -
CMYK 0.03 0.31 0 0.33
HSL 293.33º 0.25% 0.57% -
HSV(B) 293.33º 0.31% 0.67% -
XYZ 29.65 24.04 42.11 -
YUV 138.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 166 118 172 0.03 0.31 0 0.33 293.33 0.25 0.57
Hex A6 76 AC 3 1F 0 21 125 19 39
Octal 246 166 254 3 37 0 41 445 31 71
Binary 10100110 1110110 10101100 11 11111 0 100001 100100101 11001 111001

Color Harmonies of #A676AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676AC

Black with #A676AC

Text Example


Text Example

White with #A676AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676AC; }

 p { color: rgb(166,118,172); }

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

background-color css

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

 a { background-color: rgb(166,118,172); }

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

border-color css

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

 span { border-color: rgb(166,118,172); }

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