Html Css Color HEX #A873AF Violet Blue

📋 copy color: '#A873AF'

red 168 ◦ green 115 ◦ blue 175

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

Shades of Violet Blue #A873AF

Tints of Violet Blue #A873AF

RGB

 RED value IS 168 (66.02% from 255) = 36.68%

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

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

R = 36.68%
G = 25.11%
B = 38.21%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A873AF (or 0xA873AF) is known color: Violet Blue. HEX triplet: A8, 73 and AF. RGB value is (168,115,175). Sum of RGB (Red+Green+Blue) = 168+115+175=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #A873AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A873AF is #578C50. Grayscale: #898989. Windows color (decimal): -5737553 or 11498408. OLE color: 11498408.

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

Color convert

RGB 168 115 175 -
CMYK 0.04 0.34 0 0.31
HSL 293º 0.27% 0.57% -
HSV(B) 293º 0.34% 0.69% -
XYZ 30.02 23.68 43.55 -
YUV 137.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 168 115 175 0.04 0.34 0 0.31 293 0.27 0.57
Hex A8 73 AF 4 22 0 1F 125 1B 39
Octal 250 163 257 4 42 0 37 445 33 71
Binary 10101000 1110011 10101111 100 100010 0 11111 100100101 11011 111001

Color Harmonies of #A873AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873AF

Black with #A873AF

Text Example


Text Example

White with #A873AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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