Html Css Color HEX #A2258F Dark Purple

📋 copy color: '#A2258F'

red 162 ◦ green 37 ◦ blue 143

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

Shades of Dark Purple #A2258F

Tints of Dark Purple #A2258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 47.37%
G = 10.82%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2258F (or 0xA2258F) is known color: Dark Purple. HEX triplet: A2, 25 and 8F. RGB value is (162,37,143). Sum of RGB (Red+Green+Blue) = 162+37+143=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2258F is #5DDA70. Grayscale: #565656. Windows color (decimal): -6150769 or 9381282. OLE color: 9381282.

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

Color convert

RGB 162 37 143 -
CMYK 0 0.77 0.12 0.36
HSL 309.12º 0.63% 0.39% -
HSV(B) 309.12º 0.77% 0.64% -
XYZ 20.52 10.99 27.03 -
YUV 86.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 162 37 143 0 0.77 0.12 0.36 309.12 0.63 0.39
Hex A2 25 8F 0 4D C 24 135 3F 27
Octal 242 45 217 0 115 14 44 465 77 47
Binary 10100010 100101 10001111 0 1001101 1100 100100 100110101 111111 100111

Color Harmonies of #A2258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2258F

Black with #A2258F

Text Example


Text Example

White with #A2258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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