Html Css Color HEX #A679AC Violet Blue

📋 copy color: '#A679AC'

red 166 ◦ green 121 ◦ blue 172

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

Shades of Violet Blue #A679AC

Tints of Violet Blue #A679AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

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

R = 36.17%
G = 26.36%
B = 37.47%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A679AC (or 0xA679AC) is known color: Violet Blue. HEX triplet: A6, 79 and AC. RGB value is (166,121,172). Sum of RGB (Red+Green+Blue) = 166+121+172=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A679AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A679AC is #598653. Grayscale: #8C8C8C. Windows color (decimal): -5867092 or 11303334. OLE color: 11303334.

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

Color convert

RGB 166 121 172 -
CMYK 0.03 0.30 0 0.33
HSL 292.94º 0.24% 0.57% -
HSV(B) 292.94º 0.3% 0.67% -
XYZ 30.01 24.76 42.23 -
YUV 140.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 166 121 172 0.03 0.30 0 0.33 292.94 0.24 0.57
Hex A6 79 AC 3 1E 0 21 125 18 39
Octal 246 171 254 3 36 0 41 445 30 71
Binary 10100110 1111001 10101100 11 11110 0 100001 100100101 11000 111001

Color Harmonies of #A679AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A679AC

Black with #A679AC

Text Example


Text Example

White with #A679AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A679AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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