Html Css Color HEX #A21FCD Dark Orchid

📋 copy color: '#A21FCD'

red 162 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #A21FCD

Tints of Dark Orchid #A21FCD

RGB

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

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

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

R = 40.7%
G = 7.79%
B = 51.51%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A21FCD (or 0xA21FCD) is known color: Dark Orchid. HEX triplet: A2, 1F and CD. RGB value is (162,31,205). Sum of RGB (Red+Green+Blue) = 162+31+205=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #A21FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FCD is #5DE032. Grayscale: #595959. Windows color (decimal): -6152243 or 13442978. OLE color: 13442978.

HSL color Cylindrical-coordinate representation of color #A21FCD: hue angle of 285.17º 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 #A21FCD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 31 205 -
CMYK 0.21 0.85 0 0.20
HSL 285.17º 0.74% 0.46% -
HSV(B) 285.17º 0.85% 0.8% -
XYZ 26.41 13.07 58.89 -
YUV 90.01 192.9 179.35 -
System Red Green Blue C M Y K H S L
Decimal 162 31 205 0.21 0.85 0 0.20 285.17 0.74 0.46
Hex A2 1F CD 15 55 0 14 11D 4A 2E
Octal 242 37 315 25 125 0 24 435 112 56
Binary 10100010 11111 11001101 10101 1010101 0 10100 100011101 1001010 101110

Color Harmonies of #A21FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FCD

Black with #A21FCD

Text Example


Text Example

White with #A21FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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