Html Css Color HEX #A2498E Violet Blue

📋 copy color: '#A2498E'

red 162 ◦ green 73 ◦ blue 142

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

Shades of Violet Blue #A2498E

Tints of Violet Blue #A2498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 42.97%
G = 19.36%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2498E (or 0xA2498E) is known color: Violet Blue. HEX triplet: A2, 49 and 8E. RGB value is (162,73,142). Sum of RGB (Red+Green+Blue) = 162+73+142=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2498E is #5DB671. Grayscale: #6B6B6B. Windows color (decimal): -6141554 or 9324962. OLE color: 9324962.

HSL color Cylindrical-coordinate representation of color #A2498E: hue angle of 313.48º 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 #A2498E is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 142 -
CMYK 0 0.55 0.12 0.36
HSL 313.48º 0.38% 0.46% -
HSV(B) 313.48º 0.55% 0.64% -
XYZ 22.17 14.4 27.2 -
YUV 107.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 162 73 142 0 0.55 0.12 0.36 313.48 0.38 0.46
Hex A2 49 8E 0 37 C 24 139 26 2E
Octal 242 111 216 0 67 14 44 471 46 56
Binary 10100010 1001001 10001110 0 110111 1100 100100 100111001 100110 101110

Color Harmonies of #A2498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2498E

Black with #A2498E

Text Example


Text Example

White with #A2498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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