Html Css Color HEX #A673AF Violet Blue

📋 copy color: '#A673AF'

red 166 ◦ green 115 ◦ blue 175

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

Shades of Violet Blue #A673AF

Tints of Violet Blue #A673AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 36.4%
G = 25.22%
B = 38.38%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A673AF (or 0xA673AF) is known color: Violet Blue. HEX triplet: A6, 73 and AF. RGB value is (166,115,175). Sum of RGB (Red+Green+Blue) = 166+115+175=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #A673AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A673AF is #598C50. Grayscale: #888888. Windows color (decimal): -5868625 or 11498406. OLE color: 11498406.

HSL color Cylindrical-coordinate representation of color #A673AF: hue angle of 291º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A673AF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 115 175 -
CMYK 0.05 0.34 0 0.31
HSL 291º 0.27% 0.57% -
HSV(B) 291º 0.34% 0.69% -
XYZ 29.59 23.46 43.53 -
YUV 137.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 166 115 175 0.05 0.34 0 0.31 291 0.27 0.57
Hex A6 73 AF 5 22 0 1F 123 1B 39
Octal 246 163 257 5 42 0 37 443 33 71
Binary 10100110 1110011 10101111 101 100010 0 11111 100100011 11011 111001

Color Harmonies of #A673AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673AF

Black with #A673AF

Text Example


Text Example

White with #A673AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673AF; }

 p { color: rgb(166,115,175); }

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

background-color css

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

 a { background-color: rgb(166,115,175); }

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

border-color css

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

 span { border-color: rgb(166,115,175); }

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