Html Css Color HEX #A21CCC Dark Orchid

📋 copy color: '#A21CCC'

red 162 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #A21CCC

Tints of Dark Orchid #A21CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 41.12%
G = 7.11%
B = 51.78%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A21CCC (or 0xA21CCC) is known color: Dark Orchid. HEX triplet: A2, 1C and CC. RGB value is (162,28,204). Sum of RGB (Red+Green+Blue) = 162+28+204=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #A21CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CCC is #5DE333. Grayscale: #575757. Windows color (decimal): -6153012 or 13376674. OLE color: 13376674.

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

Color convert

RGB 162 28 204 -
CMYK 0.21 0.86 0 0.2
HSL 285.68º 0.76% 0.45% -
HSV(B) 285.68º 0.86% 0.8% -
XYZ 26.21 12.87 58.23 -
YUV 88.13 193.39 180.69 -
System Red Green Blue C M Y K H S L
Decimal 162 28 204 0.21 0.86 0 0.2 285.68 0.76 0.45
Hex A2 1C CC 15 56 0 14 11E 4C 2D
Octal 242 34 314 25 126 0 24 436 114 55
Binary 10100010 11100 11001100 10101 1010110 0 10100 100011110 1001100 101101

Color Harmonies of #A21CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CCC

Black with #A21CCC

Text Example


Text Example

White with #A21CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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