Html Css Color HEX #A3238E Dark Purple

📋 copy color: '#A3238E'

red 163 ◦ green 35 ◦ blue 142

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

Shades of Dark Purple #A3238E

Tints of Dark Purple #A3238E

RGB

 RED value IS 163 (64.06% from 255) = 47.94%

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

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

R = 47.94%
G = 10.29%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3238E (or 0xA3238E) is known color: Dark Purple. HEX triplet: A3, 23 and 8E. RGB value is (163,35,142). Sum of RGB (Red+Green+Blue) = 163+35+142=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3238E is #5CDC71. Grayscale: #555555. Windows color (decimal): -6085746 or 9315235. OLE color: 9315235.

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

Color convert

RGB 163 35 142 -
CMYK 0 0.79 0.13 0.36
HSL 309.84º 0.65% 0.39% -
HSV(B) 309.84º 0.79% 0.64% -
XYZ 20.59 10.94 26.62 -
YUV 85.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 163 35 142 0 0.79 0.13 0.36 309.84 0.65 0.39
Hex A3 23 8E 0 4F D 24 136 41 27
Octal 243 43 216 0 117 15 44 466 101 47
Binary 10100011 100011 10001110 0 1001111 1101 100100 100110110 1000001 100111

Color Harmonies of #A3238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3238E

Black with #A3238E

Text Example


Text Example

White with #A3238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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