Html Css Color HEX #A2588E Violet Blue

📋 copy color: '#A2588E'

red 162 ◦ green 88 ◦ blue 142

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

Shades of Violet Blue #A2588E

Tints of Violet Blue #A2588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

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

R = 41.33%
G = 22.45%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2588E (or 0xA2588E) is known color: Violet Blue. HEX triplet: A2, 58 and 8E. RGB value is (162,88,142). Sum of RGB (Red+Green+Blue) = 162+88+142=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2588E is #5DA771. Grayscale: #747474. Windows color (decimal): -6137714 or 9328802. OLE color: 9328802.

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

Color convert

RGB 162 88 142 -
CMYK 0 0.46 0.12 0.36
HSL 316.22º 0.3% 0.49% -
HSV(B) 316.22º 0.46% 0.64% -
XYZ 23.27 16.61 27.57 -
YUV 116.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 162 88 142 0 0.46 0.12 0.36 316.22 0.3 0.49
Hex A2 58 8E 0 2E C 24 13C 1E 31
Octal 242 130 216 0 56 14 44 474 36 61
Binary 10100010 1011000 10001110 0 101110 1100 100100 100111100 11110 110001

Color Harmonies of #A2588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2588E

Black with #A2588E

Text Example


Text Example

White with #A2588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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