Html Css Color HEX #A2258D Dark Purple

📋 copy color: '#A2258D'

red 162 ◦ green 37 ◦ blue 141

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

Shades of Dark Purple #A2258D

Tints of Dark Purple #A2258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.88%

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

R = 47.65%
G = 10.88%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2258D (or 0xA2258D) is known color: Dark Purple. HEX triplet: A2, 25 and 8D. RGB value is (162,37,141). Sum of RGB (Red+Green+Blue) = 162+37+141=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2258D is #5DDA72. Grayscale: #555555. Windows color (decimal): -6150771 or 9250210. OLE color: 9250210.

HSL color Cylindrical-coordinate representation of color #A2258D: hue angle of 310.08º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2258D is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 37 141 -
CMYK 0 0.77 0.13 0.36
HSL 310.08º 0.63% 0.39% -
HSV(B) 310.08º 0.77% 0.64% -
XYZ 20.37 10.93 26.23 -
YUV 86.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 162 37 141 0 0.77 0.13 0.36 310.08 0.63 0.39
Hex A2 25 8D 0 4D D 24 136 3F 27
Octal 242 45 215 0 115 15 44 466 77 47
Binary 10100010 100101 10001101 0 1001101 1101 100100 100110110 111111 100111

Color Harmonies of #A2258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2258D

Black with #A2258D

Text Example


Text Example

White with #A2258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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