Html Css Color HEX #A1217B Dark Purple

📋 copy color: '#A1217B'

red 161 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #A1217B

Tints of Dark Purple #A1217B

RGB

 RED value IS 161 (63.28% from 255) = 50.79%

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

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

R = 50.79%
G = 10.41%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1217B (or 0xA1217B) is known color: Dark Purple. HEX triplet: A1, 21 and 7B. RGB value is (161,33,123). Sum of RGB (Red+Green+Blue) = 161+33+123=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1217B is #5EDE84. Grayscale: #515151. Windows color (decimal): -6217349 or 8069537. OLE color: 8069537.

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

Color convert

RGB 161 33 123 -
CMYK 0 0.80 0.24 0.37
HSL 317.81º 0.66% 0.38% -
HSV(B) 317.81º 0.8% 0.63% -
XYZ 18.82 10.09 19.7 -
YUV 81.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 161 33 123 0 0.80 0.24 0.37 317.81 0.66 0.38
Hex A1 21 7B 0 50 18 25 13E 42 26
Octal 241 41 173 0 120 30 45 476 102 46
Binary 10100001 100001 1111011 0 1010000 11000 100101 100111110 1000010 100110

Color Harmonies of #A1217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1217B

Black with #A1217B

Text Example


Text Example

White with #A1217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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