Html Css Color HEX #A21FC6 Dark Orchid

📋 copy color: '#A21FC6'

red 162 ◦ green 31 ◦ blue 198

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

Shades of Dark Orchid #A21FC6

Tints of Dark Orchid #A21FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 41.43%
G = 7.93%
B = 50.64%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A21FC6 (or 0xA21FC6) is known color: Dark Orchid. HEX triplet: A2, 1F and C6. RGB value is (162,31,198). Sum of RGB (Red+Green+Blue) = 162+31+198=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #A21FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FC6 is #5DE039. Grayscale: #585858. Windows color (decimal): -6152250 or 12984226. OLE color: 12984226.

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

Color convert

RGB 162 31 198 -
CMYK 0.18 0.84 0 0.22
HSL 287.07º 0.73% 0.45% -
HSV(B) 287.07º 0.84% 0.78% -
XYZ 25.58 12.74 54.54 -
YUV 89.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 162 31 198 0.18 0.84 0 0.22 287.07 0.73 0.45
Hex A2 1F C6 12 54 0 16 11F 49 2D
Octal 242 37 306 22 124 0 26 437 111 55
Binary 10100010 11111 11000110 10010 1010100 0 10110 100011111 1001001 101101

Color Harmonies of #A21FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FC6

Black with #A21FC6

Text Example


Text Example

White with #A21FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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