Html Css Color HEX #A677A2 Violet Blue

📋 copy color: '#A677A2'

red 166 ◦ green 119 ◦ blue 162

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

Shades of Violet Blue #A677A2

Tints of Violet Blue #A677A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.24%

R = 37.14%
G = 26.62%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A677A2 (or 0xA677A2) is known color: Violet Blue. HEX triplet: A6, 77 and A2. RGB value is (166,119,162). Sum of RGB (Red+Green+Blue) = 166+119+162=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A677A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A677A2 is #59885D. Grayscale: #898989. Windows color (decimal): -5867614 or 10647462. OLE color: 10647462.

HSL color Cylindrical-coordinate representation of color #A677A2: hue angle of 305.11º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A677A2 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 119 162 -
CMYK 0 0.28 0.02 0.35
HSL 305.11º 0.21% 0.56% -
HSV(B) 305.11º 0.28% 0.65% -
XYZ 28.84 23.91 37.28 -
YUV 137.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 166 119 162 0 0.28 0.02 0.35 305.11 0.21 0.56
Hex A6 77 A2 0 1C 2 23 131 15 38
Octal 246 167 242 0 34 2 43 461 25 70
Binary 10100110 1110111 10100010 0 11100 10 100011 100110001 10101 111000

Color Harmonies of #A677A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A677A2

Black with #A677A2

Text Example


Text Example

White with #A677A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A677A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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