Html Css Color HEX #A0227B Dark Purple

📋 copy color: '#A0227B'

red 160 ◦ green 34 ◦ blue 123

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

Shades of Dark Purple #A0227B

Tints of Dark Purple #A0227B

RGB

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

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

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

R = 50.47%
G = 10.73%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0227B (or 0xA0227B) is known color: Dark Purple. HEX triplet: A0, 22 and 7B. RGB value is (160,34,123). Sum of RGB (Red+Green+Blue) = 160+34+123=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0227B is #5FDD84. Grayscale: #515151. Windows color (decimal): -6282629 or 8069792. OLE color: 8069792.

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

Color convert

RGB 160 34 123 -
CMYK 0 0.79 0.23 0.37
HSL 317.62º 0.65% 0.38% -
HSV(B) 317.62º 0.79% 0.63% -
XYZ 18.64 10.05 19.7 -
YUV 81.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 160 34 123 0 0.79 0.23 0.37 317.62 0.65 0.38
Hex A0 22 7B 0 4F 17 25 13E 41 26
Octal 240 42 173 0 117 27 45 476 101 46
Binary 10100000 100010 1111011 0 1001111 10111 100101 100111110 1000001 100110

Color Harmonies of #A0227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0227B

Black with #A0227B

Text Example


Text Example

White with #A0227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0227B; }

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

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

background-color css

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

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

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

border-color css

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

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

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