Html Css Color HEX #A21FC5 Dark Orchid

📋 copy color: '#A21FC5'

red 162 ◦ green 31 ◦ blue 197

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

Shades of Dark Orchid #A21FC5

Tints of Dark Orchid #A21FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.51%

R = 41.54%
G = 7.95%
B = 50.51%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A21FC5 (or 0xA21FC5) is known color: Dark Orchid. HEX triplet: A2, 1F and C5. RGB value is (162,31,197). Sum of RGB (Red+Green+Blue) = 162+31+197=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #A21FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FC5 is #5DE03A. Grayscale: #585858. Windows color (decimal): -6152251 or 12918690. OLE color: 12918690.

HSL color Cylindrical-coordinate representation of color #A21FC5: hue angle of 287.35º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21FC5 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 31 197 -
CMYK 0.18 0.84 0 0.23
HSL 287.35º 0.73% 0.45% -
HSV(B) 287.35º 0.84% 0.77% -
XYZ 25.47 12.69 53.93 -
YUV 89.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 162 31 197 0.18 0.84 0 0.23 287.35 0.73 0.45
Hex A2 1F C5 12 54 0 17 11F 49 2D
Octal 242 37 305 22 124 0 27 437 111 55
Binary 10100010 11111 11000101 10010 1010100 0 10111 100011111 1001001 101101

Color Harmonies of #A21FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FC5

Black with #A21FC5

Text Example


Text Example

White with #A21FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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