Html Css Color HEX #A721CE Dark Orchid

📋 copy color: '#A721CE'

red 167 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #A721CE

Tints of Dark Orchid #A721CE

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

 GREEN value IS 33 (13.28% from 255) = 8.13%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 41.13%
G = 8.13%
B = 50.74%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A721CE (or 0xA721CE) is known color: Dark Orchid. HEX triplet: A7, 21 and CE. RGB value is (167,33,206). Sum of RGB (Red+Green+Blue) = 167+33+206=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #A721CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721CE is #58DE31. Grayscale: #5C5C5C. Windows color (decimal): -5824050 or 13509031. OLE color: 13509031.

HSL color Cylindrical-coordinate representation of color #A721CE: hue angle of 286.47º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A721CE is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 33 206 -
CMYK 0.19 0.84 0 0.19
HSL 286.47º 0.72% 0.47% -
HSV(B) 286.47º 0.84% 0.81% -
XYZ 27.62 13.76 59.59 -
YUV 92.79 191.89 180.93 -
System Red Green Blue C M Y K H S L
Decimal 167 33 206 0.19 0.84 0 0.19 286.47 0.72 0.47
Hex A7 21 CE 13 54 0 13 11E 48 2F
Octal 247 41 316 23 124 0 23 436 110 57
Binary 10100111 100001 11001110 10011 1010100 0 10011 100011110 1001000 101111

Color Harmonies of #A721CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721CE

Black with #A721CE

Text Example


Text Example

White with #A721CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721CE; }

 p { color: rgb(167,33,206); }

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

background-color css

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

 a { background-color: rgb(167,33,206); }

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

border-color css

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

 span { border-color: rgb(167,33,206); }

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