Html Css Color HEX #A3217F Dark Purple

📋 copy color: '#A3217F'

red 163 ◦ green 33 ◦ blue 127

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

Shades of Dark Purple #A3217F

Tints of Dark Purple #A3217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

 BLUE value IS 127 (50% from 255) = 39.32%

R = 50.46%
G = 10.22%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3217F (or 0xA3217F) is known color: Dark Purple. HEX triplet: A3, 21 and 7F. RGB value is (163,33,127). Sum of RGB (Red+Green+Blue) = 163+33+127=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3217F is #5CDE80. Grayscale: #525252. Windows color (decimal): -6086273 or 8331683. OLE color: 8331683.

HSL color Cylindrical-coordinate representation of color #A3217F: hue angle of 316.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3217F is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 127 -
CMYK 0 0.80 0.22 0.36
HSL 316.62º 0.66% 0.38% -
HSV(B) 316.62º 0.8% 0.64% -
XYZ 19.48 10.41 21.06 -
YUV 82.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 163 33 127 0 0.80 0.22 0.36 316.62 0.66 0.38
Hex A3 21 7F 0 50 16 24 13D 42 26
Octal 243 41 177 0 120 26 44 475 102 46
Binary 10100011 100001 1111111 0 1010000 10110 100100 100111101 1000010 100110

Color Harmonies of #A3217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3217F

Black with #A3217F

Text Example


Text Example

White with #A3217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3217F; }

 p { color: rgb(163,33,127); }

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

background-color css

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

 a { background-color: rgb(163,33,127); }

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

border-color css

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

 span { border-color: rgb(163,33,127); }

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