Html Css Color HEX #A0258F Dark Purple

📋 copy color: '#A0258F'

red 160 ◦ green 37 ◦ blue 143

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

Shades of Dark Purple #A0258F

Tints of Dark Purple #A0258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.06%

R = 47.06%
G = 10.88%
B = 42.06%

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

#A0258F (or 0xA0258F) is known color: Dark Purple. HEX triplet: A0, 25 and 8F. RGB value is (160,37,143). Sum of RGB (Red+Green+Blue) = 160+37+143=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0258F is #5FDA70. Grayscale: #555555. Windows color (decimal): -6281841 or 9381280. OLE color: 9381280.

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

Color convert

RGB 160 37 143 -
CMYK 0 0.77 0.11 0.37
HSL 308.29º 0.62% 0.39% -
HSV(B) 308.29º 0.77% 0.63% -
XYZ 20.12 10.78 27.01 -
YUV 85.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 160 37 143 0 0.77 0.11 0.37 308.29 0.62 0.39
Hex A0 25 8F 0 4D B 25 134 3E 27
Octal 240 45 217 0 115 13 45 464 76 47
Binary 10100000 100101 10001111 0 1001101 1011 100101 100110100 111110 100111

Color Harmonies of #A0258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0258F

Black with #A0258F

Text Example


Text Example

White with #A0258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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