Html Css Color HEX #A2238E Dark Purple

📋 copy color: '#A2238E'

red 162 ◦ green 35 ◦ blue 142

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

Shades of Dark Purple #A2238E

Tints of Dark Purple #A2238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 47.79%
G = 10.32%
B = 41.89%

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

#A2238E (or 0xA2238E) is known color: Dark Purple. HEX triplet: A2, 23 and 8E. RGB value is (162,35,142). Sum of RGB (Red+Green+Blue) = 162+35+142=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2238E is #5DDC71. Grayscale: #545454. Windows color (decimal): -6151282 or 9315234. OLE color: 9315234.

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

Color convert

RGB 162 35 142 -
CMYK 0 0.78 0.12 0.36
HSL 309.45º 0.64% 0.39% -
HSV(B) 309.45º 0.78% 0.64% -
XYZ 20.38 10.84 26.61 -
YUV 85.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 162 35 142 0 0.78 0.12 0.36 309.45 0.64 0.39
Hex A2 23 8E 0 4E C 24 135 40 27
Octal 242 43 216 0 116 14 44 465 100 47
Binary 10100010 100011 10001110 0 1001110 1100 100100 100110101 1000000 100111

Color Harmonies of #A2238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2238E

Black with #A2238E

Text Example


Text Example

White with #A2238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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