Html Css Color HEX #A671AD Violet Blue

📋 copy color: '#A671AD'

red 166 ◦ green 113 ◦ blue 173

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

Shades of Violet Blue #A671AD

Tints of Violet Blue #A671AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 36.73%
G = 25%
B = 38.27%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A671AD (or 0xA671AD) is known color: Violet Blue. HEX triplet: A6, 71 and AD. RGB value is (166,113,173). Sum of RGB (Red+Green+Blue) = 166+113+173=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A671AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A671AD is #598E52. Grayscale: #878787. Windows color (decimal): -5869139 or 11366822. OLE color: 11366822.

HSL color Cylindrical-coordinate representation of color #A671AD: hue angle of 293º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A671AD is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 113 173 -
CMYK 0.04 0.35 0 0.32
HSL 293º 0.27% 0.56% -
HSV(B) 293º 0.35% 0.68% -
XYZ 29.17 22.93 42.42 -
YUV 135.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 166 113 173 0.04 0.35 0 0.32 293 0.27 0.56
Hex A6 71 AD 4 23 0 20 125 1B 38
Octal 246 161 255 4 43 0 40 445 33 70
Binary 10100110 1110001 10101101 100 100011 0 100000 100100101 11011 111000

Color Harmonies of #A671AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671AD

Black with #A671AD

Text Example


Text Example

White with #A671AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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