Html Css Color HEX #A61883 Dark Purple

📋 copy color: '#A61883'

red 166 ◦ green 24 ◦ blue 131

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

Shades of Dark Purple #A61883

Tints of Dark Purple #A61883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 51.71%
G = 7.48%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A61883 (or 0xA61883) is known color: Dark Purple. HEX triplet: A6, 18 and 83. RGB value is (166,24,131). Sum of RGB (Red+Green+Blue) = 166+24+131=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A61883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61883 is #59E77C. Grayscale: #4E4E4E. Windows color (decimal): -5891965 or 8591526. OLE color: 8591526.

HSL color Cylindrical-coordinate representation of color #A61883: hue angle of 314.79º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61883 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 24 131 -
CMYK 0 0.86 0.21 0.35
HSL 314.79º 0.75% 0.37% -
HSV(B) 314.79º 0.86% 0.65% -
XYZ 20.15 10.4 22.42 -
YUV 78.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 166 24 131 0 0.86 0.21 0.35 314.79 0.75 0.37
Hex A6 18 83 0 56 15 23 13B 4B 25
Octal 246 30 203 0 126 25 43 473 113 45
Binary 10100110 11000 10000011 0 1010110 10101 100011 100111011 1001011 100101

Color Harmonies of #A61883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61883

Black with #A61883

Text Example


Text Example

White with #A61883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61883; }

 p { color: rgb(166,24,131); }

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

background-color css

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

 a { background-color: rgb(166,24,131); }

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

border-color css

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

 span { border-color: rgb(166,24,131); }

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