Html Css Color HEX #A2498D Violet Blue

📋 copy color: '#A2498D'

red 162 ◦ green 73 ◦ blue 141

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

Shades of Violet Blue #A2498D

Tints of Violet Blue #A2498D

RGB

 RED value IS 162 (63.67% from 255) = 43.09%

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 43.09%
G = 19.41%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2498D (or 0xA2498D) is known color: Violet Blue. HEX triplet: A2, 49 and 8D. RGB value is (162,73,141). Sum of RGB (Red+Green+Blue) = 162+73+141=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2498D is #5DB672. Grayscale: #6B6B6B. Windows color (decimal): -6141555 or 9259426. OLE color: 9259426.

HSL color Cylindrical-coordinate representation of color #A2498D: hue angle of 314.16º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2498D is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 141 -
CMYK 0 0.55 0.13 0.36
HSL 314.16º 0.38% 0.46% -
HSV(B) 314.16º 0.55% 0.64% -
XYZ 22.09 14.37 26.81 -
YUV 107.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 162 73 141 0 0.55 0.13 0.36 314.16 0.38 0.46
Hex A2 49 8D 0 37 D 24 13A 26 2E
Octal 242 111 215 0 67 15 44 472 46 56
Binary 10100010 1001001 10001101 0 110111 1101 100100 100111010 100110 101110

Color Harmonies of #A2498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2498D

Black with #A2498D

Text Example


Text Example

White with #A2498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2498D; }

 p { color: rgb(162,73,141); }

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

background-color css

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

 a { background-color: rgb(162,73,141); }

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

border-color css

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

 span { border-color: rgb(162,73,141); }

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