Html Css Color HEX #A0238D Dark Purple

📋 copy color: '#A0238D'

red 160 ◦ green 35 ◦ blue 141

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

Shades of Dark Purple #A0238D

Tints of Dark Purple #A0238D

RGB

 RED value IS 160 (62.89% from 255) = 47.62%

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

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

R = 47.62%
G = 10.42%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0238D (or 0xA0238D) is known color: Dark Purple. HEX triplet: A0, 23 and 8D. RGB value is (160,35,141). Sum of RGB (Red+Green+Blue) = 160+35+141=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0238D is #5FDC72. Grayscale: #545454. Windows color (decimal): -6282355 or 9249696. OLE color: 9249696.

HSL color Cylindrical-coordinate representation of color #A0238D: hue angle of 309.12º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0238D is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 35 141 -
CMYK 0 0.78 0.12 0.37
HSL 309.12º 0.64% 0.38% -
HSV(B) 309.12º 0.78% 0.63% -
XYZ 19.91 10.6 26.2 -
YUV 84.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 160 35 141 0 0.78 0.12 0.37 309.12 0.64 0.38
Hex A0 23 8D 0 4E C 25 135 40 26
Octal 240 43 215 0 116 14 45 465 100 46
Binary 10100000 100011 10001101 0 1001110 1100 100101 100110101 1000000 100110

Color Harmonies of #A0238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0238D

Black with #A0238D

Text Example


Text Example

White with #A0238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0238D; }

 p { color: rgb(160,35,141); }

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

background-color css

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

 a { background-color: rgb(160,35,141); }

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

border-color css

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

 span { border-color: rgb(160,35,141); }

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