Html Css Color HEX #A0287B Dark Purple

📋 copy color: '#A0287B'

red 160 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #A0287B

Tints of Dark Purple #A0287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 49.54%
G = 12.38%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0287B (or 0xA0287B) is known color: Dark Purple. HEX triplet: A0, 28 and 7B. RGB value is (160,40,123). Sum of RGB (Red+Green+Blue) = 160+40+123=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0287B is #5FD784. Grayscale: #555555. Windows color (decimal): -6281093 or 8071328. OLE color: 8071328.

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

Color convert

RGB 160 40 123 -
CMYK 0 0.75 0.23 0.37
HSL 318.5º 0.6% 0.39% -
HSV(B) 318.5º 0.75% 0.63% -
XYZ 18.83 10.42 19.76 -
YUV 85.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 160 40 123 0 0.75 0.23 0.37 318.5 0.6 0.39
Hex A0 28 7B 0 4B 17 25 13E 3C 27
Octal 240 50 173 0 113 27 45 476 74 47
Binary 10100000 101000 1111011 0 1001011 10111 100101 100111110 111100 100111

Color Harmonies of #A0287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0287B

Black with #A0287B

Text Example


Text Example

White with #A0287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0287B; }

 p { color: rgb(160,40,123); }

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

background-color css

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

 a { background-color: rgb(160,40,123); }

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

border-color css

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

 span { border-color: rgb(160,40,123); }

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