Html Css Color HEX #A1267C Dark Purple

📋 copy color: '#A1267C'

red 161 ◦ green 38 ◦ blue 124

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

Shades of Dark Purple #A1267C

Tints of Dark Purple #A1267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 49.85%
G = 11.76%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1267C (or 0xA1267C) is known color: Dark Purple. HEX triplet: A1, 26 and 7C. RGB value is (161,38,124). Sum of RGB (Red+Green+Blue) = 161+38+124=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1267C is #5ED983. Grayscale: #545454. Windows color (decimal): -6216068 or 8136353. OLE color: 8136353.

HSL color Cylindrical-coordinate representation of color #A1267C: hue angle of 318.05º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1267C is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 38 124 -
CMYK 0 0.76 0.23 0.37
HSL 318.05º 0.62% 0.39% -
HSV(B) 318.05º 0.76% 0.63% -
XYZ 19.03 10.42 20.08 -
YUV 84.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 161 38 124 0 0.76 0.23 0.37 318.05 0.62 0.39
Hex A1 26 7C 0 4C 17 25 13E 3E 27
Octal 241 46 174 0 114 27 45 476 76 47
Binary 10100001 100110 1111100 0 1001100 10111 100101 100111110 111110 100111

Color Harmonies of #A1267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1267C

Black with #A1267C

Text Example


Text Example

White with #A1267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1267C; }

 p { color: rgb(161,38,124); }

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

background-color css

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

 a { background-color: rgb(161,38,124); }

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

border-color css

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

 span { border-color: rgb(161,38,124); }

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