Html Css Color HEX #A679AB Violet Blue

📋 copy color: '#A679AB'

red 166 ◦ green 121 ◦ blue 171

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

Shades of Violet Blue #A679AB

Tints of Violet Blue #A679AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 36.24%
G = 26.42%
B = 37.34%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A679AB (or 0xA679AB) is known color: Violet Blue. HEX triplet: A6, 79 and AB. RGB value is (166,121,171). Sum of RGB (Red+Green+Blue) = 166+121+171=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A679AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A679AB is #598654. Grayscale: #8C8C8C. Windows color (decimal): -5867093 or 11237798. OLE color: 11237798.

HSL color Cylindrical-coordinate representation of color #A679AB: hue angle of 294º degrees, saturation: 0.23, 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 #A679AB is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 121 171 -
CMYK 0.03 0.29 0 0.33
HSL 294º 0.23% 0.57% -
HSV(B) 294º 0.29% 0.67% -
XYZ 29.91 24.72 41.72 -
YUV 140.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 166 121 171 0.03 0.29 0 0.33 294 0.23 0.57
Hex A6 79 AB 3 1D 0 21 126 17 39
Octal 246 171 253 3 35 0 41 446 27 71
Binary 10100110 1111001 10101011 11 11101 0 100001 100100110 10111 111001

Color Harmonies of #A679AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A679AB

Black with #A679AB

Text Example


Text Example

White with #A679AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A679AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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