Html Css Color HEX #A21BC7 Dark Orchid

📋 copy color: '#A21BC7'

red 162 ◦ green 27 ◦ blue 199

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

Shades of Dark Orchid #A21BC7

Tints of Dark Orchid #A21BC7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.96%

 BLUE value IS 199 (78.13% from 255) = 51.29%

R = 41.75%
G = 6.96%
B = 51.29%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A21BC7 (or 0xA21BC7) is known color: Dark Orchid. HEX triplet: A2, 1B and C7. RGB value is (162,27,199). Sum of RGB (Red+Green+Blue) = 162+27+199=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #A21BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BC7 is #5DE438. Grayscale: #565656. Windows color (decimal): -6153273 or 13048738. OLE color: 13048738.

HSL color Cylindrical-coordinate representation of color #A21BC7: hue angle of 287.09º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21BC7 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 27 199 -
CMYK 0.19 0.86 0 0.22
HSL 287.09º 0.76% 0.44% -
HSV(B) 287.09º 0.86% 0.78% -
XYZ 25.6 12.59 55.11 -
YUV 86.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 162 27 199 0.19 0.86 0 0.22 287.09 0.76 0.44
Hex A2 1B C7 13 56 0 16 11F 4C 2C
Octal 242 33 307 23 126 0 26 437 114 54
Binary 10100010 11011 11000111 10011 1010110 0 10110 100011111 1001100 101100

Color Harmonies of #A21BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BC7

Black with #A21BC7

Text Example


Text Example

White with #A21BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BC7; }

 p { color: rgb(162,27,199); }

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

background-color css

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

 a { background-color: rgb(162,27,199); }

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

border-color css

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

 span { border-color: rgb(162,27,199); }

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