Html Css Color HEX #A0227D Dark Purple

📋 copy color: '#A0227D'

red 160 ◦ green 34 ◦ blue 125

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

Shades of Dark Purple #A0227D

Tints of Dark Purple #A0227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 50.16%
G = 10.66%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0227D (or 0xA0227D) is known color: Dark Purple. HEX triplet: A0, 22 and 7D. RGB value is (160,34,125). Sum of RGB (Red+Green+Blue) = 160+34+125=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0227D is #5FDD82. Grayscale: #515151. Windows color (decimal): -6282627 or 8200864. OLE color: 8200864.

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

Color convert

RGB 160 34 125 -
CMYK 0 0.79 0.22 0.37
HSL 316.67º 0.65% 0.38% -
HSV(B) 316.67º 0.79% 0.63% -
XYZ 18.77 10.1 20.36 -
YUV 82.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 160 34 125 0 0.79 0.22 0.37 316.67 0.65 0.38
Hex A0 22 7D 0 4F 16 25 13D 41 26
Octal 240 42 175 0 117 26 45 475 101 46
Binary 10100000 100010 1111101 0 1001111 10110 100101 100111101 1000001 100110

Color Harmonies of #A0227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0227D

Black with #A0227D

Text Example


Text Example

White with #A0227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0227D; }

 p { color: rgb(160,34,125); }

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

background-color css

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

 a { background-color: rgb(160,34,125); }

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

border-color css

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

 span { border-color: rgb(160,34,125); }

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