Html Css Color HEX #A21683 Dark Purple

📋 copy color: '#A21683'

red 162 ◦ green 22 ◦ blue 131

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

Shades of Dark Purple #A21683

Tints of Dark Purple #A21683

RGB

 RED value IS 162 (63.67% from 255) = 51.43%

 GREEN value IS 22 (8.98% from 255) = 6.98%

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

R = 51.43%
G = 6.98%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A21683 (or 0xA21683) is known color: Dark Purple. HEX triplet: A2, 16 and 83. RGB value is (162,22,131). Sum of RGB (Red+Green+Blue) = 162+22+131=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A21683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21683 is #5DE97C. Grayscale: #4B4B4B. Windows color (decimal): -6154621 or 8591010. OLE color: 8591010.

HSL color Cylindrical-coordinate representation of color #A21683: hue angle of 313.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21683 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 22 131 -
CMYK 0 0.86 0.19 0.36
HSL 313.29º 0.76% 0.36% -
HSV(B) 313.29º 0.86% 0.64% -
XYZ 19.28 9.89 22.37 -
YUV 76.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 162 22 131 0 0.86 0.19 0.36 313.29 0.76 0.36
Hex A2 16 83 0 56 13 24 139 4C 24
Octal 242 26 203 0 126 23 44 471 114 44
Binary 10100010 10110 10000011 0 1010110 10011 100100 100111001 1001100 100100

Color Harmonies of #A21683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21683

Black with #A21683

Text Example


Text Example

White with #A21683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21683; }

 p { color: rgb(162,22,131); }

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

background-color css

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

 a { background-color: rgb(162,22,131); }

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

border-color css

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

 span { border-color: rgb(162,22,131); }

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