Html Css Color HEX #A0258B Dark Purple

📋 copy color: '#A0258B'

red 160 ◦ green 37 ◦ blue 139

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

Shades of Dark Purple #A0258B

Tints of Dark Purple #A0258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 47.62%
G = 11.01%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0258B (or 0xA0258B) is known color: Dark Purple. HEX triplet: A0, 25 and 8B. RGB value is (160,37,139). Sum of RGB (Red+Green+Blue) = 160+37+139=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0258B is #5FDA74. Grayscale: #555555. Windows color (decimal): -6281845 or 9119136. OLE color: 9119136.

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

Color convert

RGB 160 37 139 -
CMYK 0 0.77 0.13 0.37
HSL 310.24º 0.62% 0.39% -
HSV(B) 310.24º 0.77% 0.63% -
XYZ 19.82 10.66 25.44 -
YUV 85.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 160 37 139 0 0.77 0.13 0.37 310.24 0.62 0.39
Hex A0 25 8B 0 4D D 25 136 3E 27
Octal 240 45 213 0 115 15 45 466 76 47
Binary 10100000 100101 10001011 0 1001101 1101 100101 100110110 111110 100111

Color Harmonies of #A0258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0258B

Black with #A0258B

Text Example


Text Example

White with #A0258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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