Html Css Color HEX #A1268C Dark Purple

📋 copy color: '#A1268C'

red 161 ◦ green 38 ◦ blue 140

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

Shades of Dark Purple #A1268C

Tints of Dark Purple #A1268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 47.49%
G = 11.21%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1268C (or 0xA1268C) is known color: Dark Purple. HEX triplet: A1, 26 and 8C. RGB value is (161,38,140). Sum of RGB (Red+Green+Blue) = 161+38+140=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1268C is #5ED973. Grayscale: #565656. Windows color (decimal): -6216052 or 9184929. OLE color: 9184929.

HSL color Cylindrical-coordinate representation of color #A1268C: hue angle of 310.24º 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 #A1268C is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 38 140 -
CMYK 0 0.76 0.13 0.37
HSL 310.24º 0.62% 0.39% -
HSV(B) 310.24º 0.76% 0.63% -
XYZ 20.12 10.86 25.85 -
YUV 86.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 161 38 140 0 0.76 0.13 0.37 310.24 0.62 0.39
Hex A1 26 8C 0 4C D 25 136 3E 27
Octal 241 46 214 0 114 15 45 466 76 47
Binary 10100001 100110 10001100 0 1001100 1101 100101 100110110 111110 100111

Color Harmonies of #A1268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1268C

Black with #A1268C

Text Example


Text Example

White with #A1268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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