Html Css Color HEX #A21FC0 Dark Orchid

📋 copy color: '#A21FC0'

red 162 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #A21FC0

Tints of Dark Orchid #A21FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 42.08%
G = 8.05%
B = 49.87%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A21FC0 (or 0xA21FC0) is known color: Dark Orchid. HEX triplet: A2, 1F and C0. RGB value is (162,31,192). Sum of RGB (Red+Green+Blue) = 162+31+192=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #A21FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FC0 is #5DE03F. Grayscale: #585858. Windows color (decimal): -6152256 or 12591010. OLE color: 12591010.

HSL color Cylindrical-coordinate representation of color #A21FC0: hue angle of 288.82º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21FC0 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 31 192 -
CMYK 0.16 0.84 0 0.25
HSL 288.82º 0.72% 0.44% -
HSV(B) 288.82º 0.84% 0.75% -
XYZ 24.9 12.47 50.96 -
YUV 88.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 162 31 192 0.16 0.84 0 0.25 288.82 0.72 0.44
Hex A2 1F C0 10 54 0 19 121 48 2C
Octal 242 37 300 20 124 0 31 441 110 54
Binary 10100010 11111 11000000 10000 1010100 0 11001 100100001 1001000 101100

Color Harmonies of #A21FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FC0

Black with #A21FC0

Text Example


Text Example

White with #A21FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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