Html Css Color HEX #A21CCD Dark Orchid

📋 copy color: '#A21CCD'

red 162 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #A21CCD

Tints of Dark Orchid #A21CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 41.01%
G = 7.09%
B = 51.9%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A21CCD (or 0xA21CCD) is known color: Dark Orchid. HEX triplet: A2, 1C and CD. RGB value is (162,28,205). Sum of RGB (Red+Green+Blue) = 162+28+205=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #A21CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CCD is #5DE332. Grayscale: #575757. Windows color (decimal): -6153011 or 13442210. OLE color: 13442210.

HSL color Cylindrical-coordinate representation of color #A21CCD: hue angle of 285.42º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21CCD is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 28 205 -
CMYK 0.21 0.86 0 0.20
HSL 285.42º 0.76% 0.46% -
HSV(B) 285.42º 0.86% 0.8% -
XYZ 26.33 12.92 58.86 -
YUV 88.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 162 28 205 0.21 0.86 0 0.20 285.42 0.76 0.46
Hex A2 1C CD 15 56 0 14 11D 4C 2E
Octal 242 34 315 25 126 0 24 435 114 56
Binary 10100010 11100 11001101 10101 1010110 0 10100 100011101 1001100 101110

Color Harmonies of #A21CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CCD

Black with #A21CCD

Text Example


Text Example

White with #A21CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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