Html Css Color HEX #A21CAD Dark Orchid

📋 copy color: '#A21CAD'

red 162 ◦ green 28 ◦ blue 173

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

Shades of Dark Orchid #A21CAD

Tints of Dark Orchid #A21CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 44.63%
G = 7.71%
B = 47.66%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A21CAD (or 0xA21CAD) is known color: Dark Orchid. HEX triplet: A2, 1C and AD. RGB value is (162,28,173). Sum of RGB (Red+Green+Blue) = 162+28+173=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #A21CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21CAD is #5DE352. Grayscale: #545454. Windows color (decimal): -6153043 or 11345058. OLE color: 11345058.

HSL color Cylindrical-coordinate representation of color #A21CAD: hue angle of 295.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21CAD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 28 173 -
CMYK 0.06 0.84 0 0.32
HSL 295.45º 0.72% 0.39% -
HSV(B) 295.45º 0.84% 0.68% -
XYZ 22.86 11.53 40.56 -
YUV 84.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 162 28 173 0.06 0.84 0 0.32 295.45 0.72 0.39
Hex A2 1C AD 6 54 0 20 127 48 27
Octal 242 34 255 6 124 0 40 447 110 47
Binary 10100010 11100 10101101 110 1010100 0 100000 100100111 1001000 100111

Color Harmonies of #A21CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CAD

Black with #A21CAD

Text Example


Text Example

White with #A21CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CAD; }

 p { color: rgb(162,28,173); }

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

background-color css

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

 a { background-color: rgb(162,28,173); }

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

border-color css

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

 span { border-color: rgb(162,28,173); }

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