Html Css Color HEX #A21B8B Dark Purple

📋 copy color: '#A21B8B'

red 162 ◦ green 27 ◦ blue 139

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

Shades of Dark Purple #A21B8B

Tints of Dark Purple #A21B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.23%

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 49.39%
G = 8.23%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A21B8B (or 0xA21B8B) is known color: Dark Purple. HEX triplet: A2, 1B and 8B. RGB value is (162,27,139). Sum of RGB (Red+Green+Blue) = 162+27+139=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B8B is #5DE474. Grayscale: #4F4F4F. Windows color (decimal): -6153333 or 9116578. OLE color: 9116578.

HSL color Cylindrical-coordinate representation of color #A21B8B: hue angle of 310.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B8B is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 27 139 -
CMYK 0 0.83 0.14 0.36
HSL 310.22º 0.71% 0.37% -
HSV(B) 310.22º 0.83% 0.64% -
XYZ 19.95 10.33 25.37 -
YUV 80.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 162 27 139 0 0.83 0.14 0.36 310.22 0.71 0.37
Hex A2 1B 8B 0 53 E 24 136 47 25
Octal 242 33 213 0 123 16 44 466 107 45
Binary 10100010 11011 10001011 0 1010011 1110 100100 100110110 1000111 100101

Color Harmonies of #A21B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B8B

Black with #A21B8B

Text Example


Text Example

White with #A21B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B8B; }

 p { color: rgb(162,27,139); }

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

background-color css

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

 a { background-color: rgb(162,27,139); }

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

border-color css

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

 span { border-color: rgb(162,27,139); }

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