Html Css Color HEX #A3228A Dark Purple

📋 copy color: '#A3228A'

red 163 ◦ green 34 ◦ blue 138

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

Shades of Dark Purple #A3228A

Tints of Dark Purple #A3228A

RGB

 RED value IS 163 (64.06% from 255) = 48.66%

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 48.66%
G = 10.15%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3228A (or 0xA3228A) is known color: Dark Purple. HEX triplet: A3, 22 and 8A. RGB value is (163,34,138). Sum of RGB (Red+Green+Blue) = 163+34+138=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3228A is #5CDD75. Grayscale: #545454. Windows color (decimal): -6086006 or 9052835. OLE color: 9052835.

HSL color Cylindrical-coordinate representation of color #A3228A: hue angle of 311.63º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3228A is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 138 -
CMYK 0 0.79 0.15 0.36
HSL 311.63º 0.65% 0.39% -
HSV(B) 311.63º 0.79% 0.64% -
XYZ 20.26 10.77 25.05 -
YUV 84.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 163 34 138 0 0.79 0.15 0.36 311.63 0.65 0.39
Hex A3 22 8A 0 4F F 24 138 41 27
Octal 243 42 212 0 117 17 44 470 101 47
Binary 10100011 100010 10001010 0 1001111 1111 100100 100111000 1000001 100111

Color Harmonies of #A3228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3228A

Black with #A3228A

Text Example


Text Example

White with #A3228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3228A; }

 p { color: rgb(163,34,138); }

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

background-color css

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

 a { background-color: rgb(163,34,138); }

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

border-color css

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

 span { border-color: rgb(163,34,138); }

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