Html Css Color HEX #A21FCC Dark Orchid

📋 copy color: '#A21FCC'

red 162 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #A21FCC

Tints of Dark Orchid #A21FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

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

R = 40.81%
G = 7.81%
B = 51.39%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A21FCC (or 0xA21FCC) is known color: Dark Orchid. HEX triplet: A2, 1F and CC. RGB value is (162,31,204). Sum of RGB (Red+Green+Blue) = 162+31+204=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #A21FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FCC is #5DE033. Grayscale: #595959. Windows color (decimal): -6152244 or 13377442. OLE color: 13377442.

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

Color convert

RGB 162 31 204 -
CMYK 0.21 0.85 0 0.2
HSL 285.43º 0.74% 0.46% -
HSV(B) 285.43º 0.85% 0.8% -
XYZ 26.29 13.02 58.25 -
YUV 89.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 162 31 204 0.21 0.85 0 0.2 285.43 0.74 0.46
Hex A2 1F CC 15 55 0 14 11D 4A 2E
Octal 242 37 314 25 125 0 24 435 112 56
Binary 10100010 11111 11001100 10101 1010101 0 10100 100011101 1001010 101110

Color Harmonies of #A21FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FCC

Black with #A21FCC

Text Example


Text Example

White with #A21FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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