Html Css Color HEX #A6719E Violet Blue

📋 copy color: '#A6719E'

red 166 ◦ green 113 ◦ blue 158

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

Shades of Violet Blue #A6719E

Tints of Violet Blue #A6719E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.86%

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 37.99%
G = 25.86%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6719E (or 0xA6719E) is known color: Violet Blue. HEX triplet: A6, 71 and 9E. RGB value is (166,113,158). Sum of RGB (Red+Green+Blue) = 166+113+158=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6719E is #598E61. Grayscale: #858585. Windows color (decimal): -5869154 or 10383782. OLE color: 10383782.

HSL color Cylindrical-coordinate representation of color #A6719E: hue angle of 309.06º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6719E is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 158 -
CMYK 0 0.32 0.05 0.35
HSL 309.06º 0.23% 0.55% -
HSV(B) 309.06º 0.32% 0.65% -
XYZ 27.8 22.39 35.2 -
YUV 133.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 166 113 158 0 0.32 0.05 0.35 309.06 0.23 0.55
Hex A6 71 9E 0 20 5 23 135 17 37
Octal 246 161 236 0 40 5 43 465 27 67
Binary 10100110 1110001 10011110 0 100000 101 100011 100110101 10111 110111

Color Harmonies of #A6719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6719E

Black with #A6719E

Text Example


Text Example

White with #A6719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6719E; }

 p { color: rgb(166,113,158); }

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

background-color css

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

 a { background-color: rgb(166,113,158); }

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

border-color css

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

 span { border-color: rgb(166,113,158); }

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