Html Css Color HEX #A3228F Dark Purple

📋 copy color: '#A3228F'

red 163 ◦ green 34 ◦ blue 143

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

Shades of Dark Purple #A3228F

Tints of Dark Purple #A3228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.06%

R = 47.94%
G = 10%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3228F (or 0xA3228F) is known color: Dark Purple. HEX triplet: A3, 22 and 8F. RGB value is (163,34,143). Sum of RGB (Red+Green+Blue) = 163+34+143=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3228F is #5CDD70. Grayscale: #545454. Windows color (decimal): -6086001 or 9380515. OLE color: 9380515.

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

Color convert

RGB 163 34 143 -
CMYK 0 0.79 0.12 0.36
HSL 309.3º 0.65% 0.39% -
HSV(B) 309.3º 0.79% 0.64% -
XYZ 20.63 10.91 27.01 -
YUV 85 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 163 34 143 0 0.79 0.12 0.36 309.3 0.65 0.39
Hex A3 22 8F 0 4F C 24 135 41 27
Octal 243 42 217 0 117 14 44 465 101 47
Binary 10100011 100010 10001111 0 1001111 1100 100100 100110101 1000001 100111

Color Harmonies of #A3228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3228F

Black with #A3228F

Text Example


Text Example

White with #A3228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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