Html Css Color HEX #A0227A Dark Purple

📋 copy color: '#A0227A'

red 160 ◦ green 34 ◦ blue 122

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

Shades of Dark Purple #A0227A

Tints of Dark Purple #A0227A

RGB

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

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

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

R = 50.63%
G = 10.76%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0227A (or 0xA0227A) is known color: Dark Purple. HEX triplet: A0, 22 and 7A. RGB value is (160,34,122). Sum of RGB (Red+Green+Blue) = 160+34+122=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A0227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0227A is #5FDD85. Grayscale: #515151. Windows color (decimal): -6282630 or 8004256. OLE color: 8004256.

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

Color convert

RGB 160 34 122 -
CMYK 0 0.79 0.24 0.37
HSL 318.1º 0.65% 0.38% -
HSV(B) 318.1º 0.79% 0.63% -
XYZ 18.58 10.02 19.37 -
YUV 81.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 160 34 122 0 0.79 0.24 0.37 318.1 0.65 0.38
Hex A0 22 7A 0 4F 18 25 13E 41 26
Octal 240 42 172 0 117 30 45 476 101 46
Binary 10100000 100010 1111010 0 1001111 11000 100101 100111110 1000001 100110

Color Harmonies of #A0227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0227A

Black with #A0227A

Text Example


Text Example

White with #A0227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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