Html Css Color HEX #A0237A Dark Purple

📋 copy color: '#A0237A'

red 160 ◦ green 35 ◦ blue 122

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

Shades of Dark Purple #A0237A

Tints of Dark Purple #A0237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 50.47%
G = 11.04%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0237A (or 0xA0237A) is known color: Dark Purple. HEX triplet: A0, 23 and 7A. RGB value is (160,35,122). Sum of RGB (Red+Green+Blue) = 160+35+122=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0237A is #5FDC85. Grayscale: #525252. Windows color (decimal): -6282374 or 8004512. OLE color: 8004512.

HSL color Cylindrical-coordinate representation of color #A0237A: hue angle of 318.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0237A is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 35 122 -
CMYK 0 0.78 0.24 0.37
HSL 318.24º 0.64% 0.38% -
HSV(B) 318.24º 0.78% 0.63% -
XYZ 18.61 10.08 19.38 -
YUV 82.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 160 35 122 0 0.78 0.24 0.37 318.24 0.64 0.38
Hex A0 23 7A 0 4E 18 25 13E 40 26
Octal 240 43 172 0 116 30 45 476 100 46
Binary 10100000 100011 1111010 0 1001110 11000 100101 100111110 1000000 100110

Color Harmonies of #A0237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0237A

Black with #A0237A

Text Example


Text Example

White with #A0237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0237A; }

 p { color: rgb(160,35,122); }

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

background-color css

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

 a { background-color: rgb(160,35,122); }

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

border-color css

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

 span { border-color: rgb(160,35,122); }

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