Html Css Color HEX #A0237F Dark Purple

📋 copy color: '#A0237F'

red 160 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #A0237F

Tints of Dark Purple #A0237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 49.69%
G = 10.87%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0237F (or 0xA0237F) is known color: Dark Purple. HEX triplet: A0, 23 and 7F. RGB value is (160,35,127). Sum of RGB (Red+Green+Blue) = 160+35+127=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0237F is #5FDC80. Grayscale: #525252. Windows color (decimal): -6282369 or 8332192. OLE color: 8332192.

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

Color convert

RGB 160 35 127 -
CMYK 0 0.78 0.21 0.37
HSL 315.84º 0.64% 0.38% -
HSV(B) 315.84º 0.78% 0.63% -
XYZ 18.93 10.21 21.05 -
YUV 82.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 160 35 127 0 0.78 0.21 0.37 315.84 0.64 0.38
Hex A0 23 7F 0 4E 15 25 13C 40 26
Octal 240 43 177 0 116 25 45 474 100 46
Binary 10100000 100011 1111111 0 1001110 10101 100101 100111100 1000000 100110

Color Harmonies of #A0237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0237F

Black with #A0237F

Text Example


Text Example

White with #A0237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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