Html Css Color HEX #A8499A Violet Blue

📋 copy color: '#A8499A'

red 168 ◦ green 73 ◦ blue 154

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

Shades of Violet Blue #A8499A

Tints of Violet Blue #A8499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.48%

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 42.53%
G = 18.48%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8499A (or 0xA8499A) is known color: Violet Blue. HEX triplet: A8, 49 and 9A. RGB value is (168,73,154). Sum of RGB (Red+Green+Blue) = 168+73+154=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8499A is #57B665. Grayscale: #6E6E6E. Windows color (decimal): -5748326 or 10111400. OLE color: 10111400.

HSL color Cylindrical-coordinate representation of color #A8499A: hue angle of 308.84º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8499A is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 154 -
CMYK 0 0.57 0.08 0.34
HSL 308.84º 0.39% 0.47% -
HSV(B) 308.84º 0.57% 0.66% -
XYZ 24.36 15.42 32.26 -
YUV 110.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 168 73 154 0 0.57 0.08 0.34 308.84 0.39 0.47
Hex A8 49 9A 0 39 8 22 135 27 2F
Octal 250 111 232 0 71 10 42 465 47 57
Binary 10101000 1001001 10011010 0 111001 1000 100010 100110101 100111 101111

Color Harmonies of #A8499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8499A

Black with #A8499A

Text Example


Text Example

White with #A8499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8499A; }

 p { color: rgb(168,73,154); }

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

background-color css

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

 a { background-color: rgb(168,73,154); }

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

border-color css

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

 span { border-color: rgb(168,73,154); }

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