Html Css Color HEX #A61A8C Dark Purple

📋 copy color: '#A61A8C'

red 166 ◦ green 26 ◦ blue 140

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

Shades of Dark Purple #A61A8C

Tints of Dark Purple #A61A8C

RGB

 RED value IS 166 (65.23% from 255) = 50%

 GREEN value IS 26 (10.55% from 255) = 7.83%

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

R = 50%
G = 7.83%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A61A8C (or 0xA61A8C) is known color: Dark Purple. HEX triplet: A6, 1A and 8C. RGB value is (166,26,140). Sum of RGB (Red+Green+Blue) = 166+26+140=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61A8C is #59E573. Grayscale: #505050. Windows color (decimal): -5891444 or 9181862. OLE color: 9181862.

HSL color Cylindrical-coordinate representation of color #A61A8C: hue angle of 311.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A8C is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 26 140 -
CMYK 0 0.84 0.16 0.35
HSL 311.14º 0.73% 0.38% -
HSV(B) 311.14º 0.84% 0.65% -
XYZ 20.83 10.74 25.79 -
YUV 80.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 166 26 140 0 0.84 0.16 0.35 311.14 0.73 0.38
Hex A6 1A 8C 0 54 10 23 137 49 26
Octal 246 32 214 0 124 20 43 467 111 46
Binary 10100110 11010 10001100 0 1010100 10000 100011 100110111 1001001 100110

Color Harmonies of #A61A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A8C

Black with #A61A8C

Text Example


Text Example

White with #A61A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A8C; }

 p { color: rgb(166,26,140); }

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

background-color css

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

 a { background-color: rgb(166,26,140); }

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

border-color css

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

 span { border-color: rgb(166,26,140); }

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