Html Css Color HEX #A2489B Violet Blue

📋 copy color: '#A2489B'

red 162 ◦ green 72 ◦ blue 155

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

Shades of Violet Blue #A2489B

Tints of Violet Blue #A2489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 41.65%
G = 18.51%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2489B (or 0xA2489B) is known color: Violet Blue. HEX triplet: A2, 48 and 9B. RGB value is (162,72,155). Sum of RGB (Red+Green+Blue) = 162+72+155=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2489B is #5DB764. Grayscale: #6C6C6C. Windows color (decimal): -6141797 or 10176674. OLE color: 10176674.

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

Color convert

RGB 162 72 155 -
CMYK 0 0.56 0.04 0.36
HSL 304.67º 0.38% 0.46% -
HSV(B) 304.67º 0.56% 0.64% -
XYZ 23.13 14.68 32.63 -
YUV 108.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 162 72 155 0 0.56 0.04 0.36 304.67 0.38 0.46
Hex A2 48 9B 0 38 4 24 131 26 2E
Octal 242 110 233 0 70 4 44 461 46 56
Binary 10100010 1001000 10011011 0 111000 100 100100 100110001 100110 101110

Color Harmonies of #A2489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2489B

Black with #A2489B

Text Example


Text Example

White with #A2489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2489B; }

 p { color: rgb(162,72,155); }

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

background-color css

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

 a { background-color: rgb(162,72,155); }

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

border-color css

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

 span { border-color: rgb(162,72,155); }

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