Html Css Color HEX #A21B8C Dark Purple

📋 copy color: '#A21B8C'

red 162 ◦ green 27 ◦ blue 140

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

Shades of Dark Purple #A21B8C

Tints of Dark Purple #A21B8C

RGB

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

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

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

R = 49.24%
G = 8.21%
B = 42.55%

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

#A21B8C (or 0xA21B8C) is known color: Dark Purple. HEX triplet: A2, 1B and 8C. RGB value is (162,27,140). Sum of RGB (Red+Green+Blue) = 162+27+140=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21B8C is #5DE473. Grayscale: #4F4F4F. Windows color (decimal): -6153332 or 9182114. OLE color: 9182114.

HSL color Cylindrical-coordinate representation of color #A21B8C: hue angle of 309.78º 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 #A21B8C is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 27 140 -
CMYK 0 0.83 0.14 0.36
HSL 309.78º 0.71% 0.37% -
HSV(B) 309.78º 0.83% 0.64% -
XYZ 20.03 10.36 25.75 -
YUV 80.25 161.73 186.31 -
System Red Green Blue C M Y K H S L
Decimal 162 27 140 0 0.83 0.14 0.36 309.78 0.71 0.37
Hex A2 1B 8C 0 53 E 24 136 47 25
Octal 242 33 214 0 123 16 44 466 107 45
Binary 10100010 11011 10001100 0 1010011 1110 100100 100110110 1000111 100101

Color Harmonies of #A21B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B8C

Black with #A21B8C

Text Example


Text Example

White with #A21B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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