Html Css Color HEX #A12686 Dark Purple

📋 copy color: '#A12686'

red 161 ◦ green 38 ◦ blue 134

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

Shades of Dark Purple #A12686

Tints of Dark Purple #A12686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 48.35%
G = 11.41%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A12686 (or 0xA12686) is known color: Dark Purple. HEX triplet: A1, 26 and 86. RGB value is (161,38,134). Sum of RGB (Red+Green+Blue) = 161+38+134=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A12686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12686 is #5ED979. Grayscale: #555555. Windows color (decimal): -6216058 or 8791713. OLE color: 8791713.

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

Color convert

RGB 161 38 134 -
CMYK 0 0.76 0.17 0.37
HSL 313.17º 0.62% 0.39% -
HSV(B) 313.17º 0.76% 0.63% -
XYZ 19.69 10.68 23.58 -
YUV 85.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 161 38 134 0 0.76 0.17 0.37 313.17 0.62 0.39
Hex A1 26 86 0 4C 11 25 139 3E 27
Octal 241 46 206 0 114 21 45 471 76 47
Binary 10100001 100110 10000110 0 1001100 10001 100101 100111001 111110 100111

Color Harmonies of #A12686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12686

Black with #A12686

Text Example


Text Example

White with #A12686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12686; }

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

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

background-color css

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

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

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

border-color css

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

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

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