Html Css Color HEX #A2248D Dark Purple

📋 copy color: '#A2248D'

red 162 ◦ green 36 ◦ blue 141

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

Shades of Dark Purple #A2248D

Tints of Dark Purple #A2248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

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

R = 47.79%
G = 10.62%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2248D (or 0xA2248D) is known color: Dark Purple. HEX triplet: A2, 24 and 8D. RGB value is (162,36,141). Sum of RGB (Red+Green+Blue) = 162+36+141=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2248D is #5DDB72. Grayscale: #555555. Windows color (decimal): -6151027 or 9249954. OLE color: 9249954.

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

Color convert

RGB 162 36 141 -
CMYK 0 0.78 0.13 0.36
HSL 310º 0.64% 0.39% -
HSV(B) 310º 0.78% 0.64% -
XYZ 20.34 10.87 26.22 -
YUV 85.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 162 36 141 0 0.78 0.13 0.36 310 0.64 0.39
Hex A2 24 8D 0 4E D 24 136 40 27
Octal 242 44 215 0 116 15 44 466 100 47
Binary 10100010 100100 10001101 0 1001110 1101 100100 100110110 1000000 100111

Color Harmonies of #A2248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2248D

Black with #A2248D

Text Example


Text Example

White with #A2248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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