Html Css Color HEX #A2488E Violet Blue

📋 copy color: '#A2488E'

red 162 ◦ green 72 ◦ blue 142

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

Shades of Violet Blue #A2488E

Tints of Violet Blue #A2488E

RGB

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

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

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

R = 43.09%
G = 19.15%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2488E (or 0xA2488E) is known color: Violet Blue. HEX triplet: A2, 48 and 8E. RGB value is (162,72,142). Sum of RGB (Red+Green+Blue) = 162+72+142=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2488E is #5DB771. Grayscale: #6A6A6A. Windows color (decimal): -6141810 or 9324706. OLE color: 9324706.

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

Color convert

RGB 162 72 142 -
CMYK 0 0.56 0.12 0.36
HSL 313.33º 0.38% 0.46% -
HSV(B) 313.33º 0.56% 0.64% -
XYZ 22.1 14.27 27.18 -
YUV 106.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 162 72 142 0 0.56 0.12 0.36 313.33 0.38 0.46
Hex A2 48 8E 0 38 C 24 139 26 2E
Octal 242 110 216 0 70 14 44 471 46 56
Binary 10100010 1001000 10001110 0 111000 1100 100100 100111001 100110 101110

Color Harmonies of #A2488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2488E

Black with #A2488E

Text Example


Text Example

White with #A2488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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