Html Css Color HEX #A721DB Dark Orchid

📋 copy color: '#A721DB'

red 167 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #A721DB

Tints of Dark Orchid #A721DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 39.86%
G = 7.88%
B = 52.27%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A721DB (or 0xA721DB) is known color: Dark Orchid. HEX triplet: A7, 21 and DB. RGB value is (167,33,219). Sum of RGB (Red+Green+Blue) = 167+33+219=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #A721DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721DB is #58DE24. Grayscale: #5D5D5D. Windows color (decimal): -5824037 or 14360999. OLE color: 14360999.

HSL color Cylindrical-coordinate representation of color #A721DB: hue angle of 283.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A721DB is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 33 219 -
CMYK 0.24 0.85 0 0.14
HSL 283.23º 0.74% 0.49% -
HSV(B) 283.23º 0.85% 0.86% -
XYZ 29.27 14.42 68.26 -
YUV 94.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 167 33 219 0.24 0.85 0 0.14 283.23 0.74 0.49
Hex A7 21 DB 18 55 0 E 11B 4A 31
Octal 247 41 333 30 125 0 16 433 112 61
Binary 10100111 100001 11011011 11000 1010101 0 1110 100011011 1001010 110001

Color Harmonies of #A721DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721DB

Black with #A721DB

Text Example


Text Example

White with #A721DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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