Html Css Color HEX #A0258E Dark Purple

📋 copy color: '#A0258E'

red 160 ◦ green 37 ◦ blue 142

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

Shades of Dark Purple #A0258E

Tints of Dark Purple #A0258E

RGB

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

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

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

R = 47.2%
G = 10.91%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0258E (or 0xA0258E) is known color: Dark Purple. HEX triplet: A0, 25 and 8E. RGB value is (160,37,142). Sum of RGB (Red+Green+Blue) = 160+37+142=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0258E is #5FDA71. Grayscale: #555555. Windows color (decimal): -6281842 or 9315744. OLE color: 9315744.

HSL color Cylindrical-coordinate representation of color #A0258E: hue angle of 308.78º 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 #A0258E is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 37 142 -
CMYK 0 0.77 0.11 0.37
HSL 308.78º 0.62% 0.39% -
HSV(B) 308.78º 0.77% 0.63% -
XYZ 20.04 10.75 26.61 -
YUV 85.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 160 37 142 0 0.77 0.11 0.37 308.78 0.62 0.39
Hex A0 25 8E 0 4D B 25 135 3E 27
Octal 240 45 216 0 115 13 45 465 76 47
Binary 10100000 100101 10001110 0 1001101 1011 100101 100110101 111110 100111

Color Harmonies of #A0258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0258E

Black with #A0258E

Text Example


Text Example

White with #A0258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0258E; }

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

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

background-color css

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

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

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

border-color css

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

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

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