Html Css Color HEX #A720DD Dark Orchid

📋 copy color: '#A720DD'

red 167 ◦ green 32 ◦ blue 221

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

Shades of Dark Orchid #A720DD

Tints of Dark Orchid #A720DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.62%

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 39.76%
G = 7.62%
B = 52.62%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A720DD (or 0xA720DD) is known color: Dark Orchid. HEX triplet: A7, 20 and DD. RGB value is (167,32,221). Sum of RGB (Red+Green+Blue) = 167+32+221=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #A720DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720DD is #58DF22. Grayscale: #5D5D5D. Windows color (decimal): -5824291 or 14491815. OLE color: 14491815.

HSL color Cylindrical-coordinate representation of color #A720DD: hue angle of 282.86º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A720DD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 32 221 -
CMYK 0.24 0.86 0 0.13
HSL 282.86º 0.75% 0.5% -
HSV(B) 282.86º 0.86% 0.87% -
XYZ 29.5 14.47 69.64 -
YUV 93.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 167 32 221 0.24 0.86 0 0.13 282.86 0.75 0.5
Hex A7 20 DD 18 56 0 D 11B 4B 32
Octal 247 40 335 30 126 0 15 433 113 62
Binary 10100111 100000 11011101 11000 1010110 0 1101 100011011 1001011 110010

Color Harmonies of #A720DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720DD

Black with #A720DD

Text Example


Text Example

White with #A720DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720DD; }

 p { color: rgb(167,32,221); }

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

background-color css

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

 a { background-color: rgb(167,32,221); }

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

border-color css

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

 span { border-color: rgb(167,32,221); }

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