Html Css Color HEX #A2488D Violet Blue

📋 copy color: '#A2488D'

red 162 ◦ green 72 ◦ blue 141

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

Shades of Violet Blue #A2488D

Tints of Violet Blue #A2488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 43.2%
G = 19.2%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2488D (or 0xA2488D) is known color: Violet Blue. HEX triplet: A2, 48 and 8D. RGB value is (162,72,141). Sum of RGB (Red+Green+Blue) = 162+72+141=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2488D is #5DB772. Grayscale: #6A6A6A. Windows color (decimal): -6141811 or 9259170. OLE color: 9259170.

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

Color convert

RGB 162 72 141 -
CMYK 0 0.56 0.13 0.36
HSL 314º 0.38% 0.46% -
HSV(B) 314º 0.56% 0.64% -
XYZ 22.03 14.24 26.79 -
YUV 106.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 162 72 141 0 0.56 0.13 0.36 314 0.38 0.46
Hex A2 48 8D 0 38 D 24 13A 26 2E
Octal 242 110 215 0 70 15 44 472 46 56
Binary 10100010 1001000 10001101 0 111000 1101 100100 100111010 100110 101110

Color Harmonies of #A2488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2488D

Black with #A2488D

Text Example


Text Example

White with #A2488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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