Html Css Color HEX #A873AA Violet Blue

📋 copy color: '#A873AA'

red 168 ◦ green 115 ◦ blue 170

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

Shades of Violet Blue #A873AA

Tints of Violet Blue #A873AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 37.09%
G = 25.39%
B = 37.53%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A873AA (or 0xA873AA) is known color: Violet Blue. HEX triplet: A8, 73 and AA. RGB value is (168,115,170). Sum of RGB (Red+Green+Blue) = 168+115+170=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #A873AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A873AA is #578C55. Grayscale: #888888. Windows color (decimal): -5737558 or 11170728. OLE color: 11170728.

HSL color Cylindrical-coordinate representation of color #A873AA: hue angle of 297.82º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A873AA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 115 170 -
CMYK 0.01 0.32 0 0.33
HSL 297.82º 0.24% 0.56% -
HSV(B) 297.82º 0.32% 0.67% -
XYZ 29.53 23.49 41.01 -
YUV 137.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 168 115 170 0.01 0.32 0 0.33 297.82 0.24 0.56
Hex A8 73 AA 1 20 0 21 12A 18 38
Octal 250 163 252 1 40 0 41 452 30 70
Binary 10101000 1110011 10101010 1 100000 0 100001 100101010 11000 111000

Color Harmonies of #A873AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873AA

Black with #A873AA

Text Example


Text Example

White with #A873AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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