Html Css Color HEX #A3217B Dark Purple

📋 copy color: '#A3217B'

red 163 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #A3217B

Tints of Dark Purple #A3217B

RGB

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

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

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

R = 51.1%
G = 10.34%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3217B (or 0xA3217B) is known color: Dark Purple. HEX triplet: A3, 21 and 7B. RGB value is (163,33,123). Sum of RGB (Red+Green+Blue) = 163+33+123=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3217B is #5CDE84. Grayscale: #515151. Windows color (decimal): -6086277 or 8069539. OLE color: 8069539.

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

Color convert

RGB 163 33 123 -
CMYK 0 0.80 0.25 0.36
HSL 318.46º 0.66% 0.38% -
HSV(B) 318.46º 0.8% 0.64% -
XYZ 19.22 10.3 19.71 -
YUV 82.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 163 33 123 0 0.80 0.25 0.36 318.46 0.66 0.38
Hex A3 21 7B 0 50 19 24 13E 42 26
Octal 243 41 173 0 120 31 44 476 102 46
Binary 10100011 100001 1111011 0 1010000 11001 100100 100111110 1000010 100110

Color Harmonies of #A3217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3217B

Black with #A3217B

Text Example


Text Example

White with #A3217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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