Html Css Color HEX #A677AB Violet Blue

📋 copy color: '#A677AB'

red 166 ◦ green 119 ◦ blue 171

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

Shades of Violet Blue #A677AB

Tints of Violet Blue #A677AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.1%

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

R = 36.4%
G = 26.1%
B = 37.5%

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

#A677AB (or 0xA677AB) is known color: Violet Blue. HEX triplet: A6, 77 and AB. RGB value is (166,119,171). Sum of RGB (Red+Green+Blue) = 166+119+171=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A677AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A677AB is #598854. Grayscale: #8A8A8A. Windows color (decimal): -5867605 or 11237286. OLE color: 11237286.

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

Color convert

RGB 166 119 171 -
CMYK 0.03 0.30 0 0.33
HSL 294.23º 0.24% 0.57% -
HSV(B) 294.23º 0.3% 0.67% -
XYZ 29.67 24.24 41.64 -
YUV 138.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 166 119 171 0.03 0.30 0 0.33 294.23 0.24 0.57
Hex A6 77 AB 3 1E 0 21 126 18 39
Octal 246 167 253 3 36 0 41 446 30 71
Binary 10100110 1110111 10101011 11 11110 0 100001 100100110 11000 111001

Color Harmonies of #A677AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677AB

Black with #A677AB

Text Example


Text Example

White with #A677AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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