Html Css Color HEX #A671A0 Violet Blue

📋 copy color: '#A671A0'

red 166 ◦ green 113 ◦ blue 160

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

Shades of Violet Blue #A671A0

Tints of Violet Blue #A671A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.45%

R = 37.81%
G = 25.74%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A671A0 (or 0xA671A0) is known color: Violet Blue. HEX triplet: A6, 71 and A0. RGB value is (166,113,160). Sum of RGB (Red+Green+Blue) = 166+113+160=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A671A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A671A0 is #598E5F. Grayscale: #868686. Windows color (decimal): -5869152 or 10514854. OLE color: 10514854.

HSL color Cylindrical-coordinate representation of color #A671A0: hue angle of 306.79º 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 #A671A0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 160 -
CMYK 0 0.32 0.04 0.35
HSL 306.79º 0.23% 0.55% -
HSV(B) 306.79º 0.32% 0.65% -
XYZ 27.98 22.46 36.12 -
YUV 134.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 166 113 160 0 0.32 0.04 0.35 306.79 0.23 0.55
Hex A6 71 A0 0 20 4 23 133 17 37
Octal 246 161 240 0 40 4 43 463 27 67
Binary 10100110 1110001 10100000 0 100000 100 100011 100110011 10111 110111

Color Harmonies of #A671A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671A0

Black with #A671A0

Text Example


Text Example

White with #A671A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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