Html Css Color HEX #A0258A Dark Purple

📋 copy color: '#A0258A'

red 160 ◦ green 37 ◦ blue 138

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

Shades of Dark Purple #A0258A

Tints of Dark Purple #A0258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 47.76%
G = 11.04%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0258A (or 0xA0258A) is known color: Dark Purple. HEX triplet: A0, 25 and 8A. RGB value is (160,37,138). Sum of RGB (Red+Green+Blue) = 160+37+138=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0258A is #5FDA75. Grayscale: #555555. Windows color (decimal): -6281846 or 9053600. OLE color: 9053600.

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

Color convert

RGB 160 37 138 -
CMYK 0 0.77 0.14 0.37
HSL 310.73º 0.62% 0.39% -
HSV(B) 310.73º 0.77% 0.63% -
XYZ 19.75 10.63 25.06 -
YUV 85.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 160 37 138 0 0.77 0.14 0.37 310.73 0.62 0.39
Hex A0 25 8A 0 4D E 25 137 3E 27
Octal 240 45 212 0 115 16 45 467 76 47
Binary 10100000 100101 10001010 0 1001101 1110 100101 100110111 111110 100111

Color Harmonies of #A0258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0258A

Black with #A0258A

Text Example


Text Example

White with #A0258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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