Html Css Color HEX #A2499D Violet Blue

📋 copy color: '#A2499D'

red 162 ◦ green 73 ◦ blue 157

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

Shades of Violet Blue #A2499D

Tints of Violet Blue #A2499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 41.33%
G = 18.62%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A2499D (or 0xA2499D) is known color: Violet Blue. HEX triplet: A2, 49 and 9D. RGB value is (162,73,157). Sum of RGB (Red+Green+Blue) = 162+73+157=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2499D is #5DB662. Grayscale: #6C6C6C. Windows color (decimal): -6141539 or 10308002. OLE color: 10308002.

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

Color convert

RGB 162 73 157 -
CMYK 0 0.55 0.03 0.36
HSL 303.37º 0.38% 0.46% -
HSV(B) 303.37º 0.55% 0.64% -
XYZ 23.37 14.88 33.54 -
YUV 109.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 162 73 157 0 0.55 0.03 0.36 303.37 0.38 0.46
Hex A2 49 9D 0 37 3 24 12F 26 2E
Octal 242 111 235 0 67 3 44 457 46 56
Binary 10100010 1001001 10011101 0 110111 11 100100 100101111 100110 101110

Color Harmonies of #A2499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2499D

Black with #A2499D

Text Example


Text Example

White with #A2499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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