Html Css Color HEX #A672AD Violet Blue

📋 copy color: '#A672AD'

red 166 ◦ green 114 ◦ blue 173

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

Shades of Violet Blue #A672AD

Tints of Violet Blue #A672AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.17%

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

R = 36.64%
G = 25.17%
B = 38.19%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A672AD (or 0xA672AD) is known color: Violet Blue. HEX triplet: A6, 72 and AD. RGB value is (166,114,173). Sum of RGB (Red+Green+Blue) = 166+114+173=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A672AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672AD is #598D52. Grayscale: #888888. Windows color (decimal): -5868883 or 11367078. OLE color: 11367078.

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

Color convert

RGB 166 114 173 -
CMYK 0.04 0.34 0 0.32
HSL 292.88º 0.26% 0.56% -
HSV(B) 292.88º 0.34% 0.68% -
XYZ 29.29 23.16 42.46 -
YUV 136.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 166 114 173 0.04 0.34 0 0.32 292.88 0.26 0.56
Hex A6 72 AD 4 22 0 20 125 1A 38
Octal 246 162 255 4 42 0 40 445 32 70
Binary 10100110 1110010 10101101 100 100010 0 100000 100100101 11010 111000

Color Harmonies of #A672AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672AD

Black with #A672AD

Text Example


Text Example

White with #A672AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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