Html Css Color HEX #A2498C Violet Blue

📋 copy color: '#A2498C'

red 162 ◦ green 73 ◦ blue 140

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

Shades of Violet Blue #A2498C

Tints of Violet Blue #A2498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 43.2%
G = 19.47%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2498C (or 0xA2498C) is known color: Violet Blue. HEX triplet: A2, 49 and 8C. RGB value is (162,73,140). Sum of RGB (Red+Green+Blue) = 162+73+140=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2498C is #5DB673. Grayscale: #6B6B6B. Windows color (decimal): -6141556 or 9193890. OLE color: 9193890.

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

Color convert

RGB 162 73 140 -
CMYK 0 0.55 0.14 0.36
HSL 314.83º 0.38% 0.46% -
HSV(B) 314.83º 0.55% 0.64% -
XYZ 22.02 14.34 26.42 -
YUV 107.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 162 73 140 0 0.55 0.14 0.36 314.83 0.38 0.46
Hex A2 49 8C 0 37 E 24 13B 26 2E
Octal 242 111 214 0 67 16 44 473 46 56
Binary 10100010 1001001 10001100 0 110111 1110 100100 100111011 100110 101110

Color Harmonies of #A2498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2498C

Black with #A2498C

Text Example


Text Example

White with #A2498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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