Html Css Color HEX #A676AB Violet Blue

📋 copy color: '#A676AB'

red 166 ◦ green 118 ◦ blue 171

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

Shades of Violet Blue #A676AB

Tints of Violet Blue #A676AB

RGB

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

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

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

R = 36.48%
G = 25.93%
B = 37.58%

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

#A676AB (or 0xA676AB) is known color: Violet Blue. HEX triplet: A6, 76 and AB. RGB value is (166,118,171). Sum of RGB (Red+Green+Blue) = 166+118+171=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A676AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A676AB is #598954. Grayscale: #8A8A8A. Windows color (decimal): -5867861 or 11237030. OLE color: 11237030.

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

Color convert

RGB 166 118 171 -
CMYK 0.03 0.31 0 0.33
HSL 294.34º 0.24% 0.57% -
HSV(B) 294.34º 0.31% 0.67% -
XYZ 29.56 24 41.6 -
YUV 138.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 166 118 171 0.03 0.31 0 0.33 294.34 0.24 0.57
Hex A6 76 AB 3 1F 0 21 126 18 39
Octal 246 166 253 3 37 0 41 446 30 71
Binary 10100110 1110110 10101011 11 11111 0 100001 100100110 11000 111001

Color Harmonies of #A676AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A676AB

Black with #A676AB

Text Example


Text Example

White with #A676AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A676AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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