Html Css Color HEX #A679AA Violet Blue

📋 copy color: '#A679AA'

red 166 ◦ green 121 ◦ blue 170

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

Shades of Violet Blue #A679AA

Tints of Violet Blue #A679AA

RGB

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

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

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

R = 36.32%
G = 26.48%
B = 37.2%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A679AA (or 0xA679AA) is known color: Violet Blue. HEX triplet: A6, 79 and AA. RGB value is (166,121,170). Sum of RGB (Red+Green+Blue) = 166+121+170=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A679AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A679AA is #598655. Grayscale: #8B8B8B. Windows color (decimal): -5867094 or 11172262. OLE color: 11172262.

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

Color convert

RGB 166 121 170 -
CMYK 0.02 0.29 0 0.33
HSL 295.1º 0.22% 0.57% -
HSV(B) 295.1º 0.29% 0.67% -
XYZ 29.82 24.68 41.22 -
YUV 140.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 166 121 170 0.02 0.29 0 0.33 295.1 0.22 0.57
Hex A6 79 AA 2 1D 0 21 127 16 39
Octal 246 171 252 2 35 0 41 447 26 71
Binary 10100110 1111001 10101010 10 11101 0 100001 100100111 10110 111001

Color Harmonies of #A679AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A679AA

Black with #A679AA

Text Example


Text Example

White with #A679AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A679AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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