Html Css Color HEX #A0258D Dark Purple

📋 copy color: '#A0258D'

red 160 ◦ green 37 ◦ blue 141

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

Shades of Dark Purple #A0258D

Tints of Dark Purple #A0258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 47.34%
G = 10.95%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0258D (or 0xA0258D) is known color: Dark Purple. HEX triplet: A0, 25 and 8D. RGB value is (160,37,141). Sum of RGB (Red+Green+Blue) = 160+37+141=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0258D is #5FDA72. Grayscale: #555555. Windows color (decimal): -6281843 or 9250208. OLE color: 9250208.

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

Color convert

RGB 160 37 141 -
CMYK 0 0.77 0.12 0.37
HSL 309.27º 0.62% 0.39% -
HSV(B) 309.27º 0.77% 0.63% -
XYZ 19.97 10.72 26.22 -
YUV 85.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 160 37 141 0 0.77 0.12 0.37 309.27 0.62 0.39
Hex A0 25 8D 0 4D C 25 135 3E 27
Octal 240 45 215 0 115 14 45 465 76 47
Binary 10100000 100101 10001101 0 1001101 1100 100101 100110101 111110 100111

Color Harmonies of #A0258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0258D

Black with #A0258D

Text Example


Text Example

White with #A0258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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