Html Css Color HEX #A2248E Dark Purple

📋 copy color: '#A2248E'

red 162 ◦ green 36 ◦ blue 142

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

Shades of Dark Purple #A2248E

Tints of Dark Purple #A2248E

RGB

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

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

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

R = 47.65%
G = 10.59%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2248E (or 0xA2248E) is known color: Dark Purple. HEX triplet: A2, 24 and 8E. RGB value is (162,36,142). Sum of RGB (Red+Green+Blue) = 162+36+142=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2248E is #5DDB71. Grayscale: #555555. Windows color (decimal): -6151026 or 9315490. OLE color: 9315490.

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

Color convert

RGB 162 36 142 -
CMYK 0 0.78 0.12 0.36
HSL 309.52º 0.64% 0.39% -
HSV(B) 309.52º 0.78% 0.64% -
XYZ 20.41 10.9 26.62 -
YUV 85.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 162 36 142 0 0.78 0.12 0.36 309.52 0.64 0.39
Hex A2 24 8E 0 4E C 24 136 40 27
Octal 242 44 216 0 116 14 44 466 100 47
Binary 10100010 100100 10001110 0 1001110 1100 100100 100110110 1000000 100111

Color Harmonies of #A2248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2248E

Black with #A2248E

Text Example


Text Example

White with #A2248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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