Html Css Color HEX #A720DF Dark Orchid

📋 copy color: '#A720DF'

red 167 ◦ green 32 ◦ blue 223

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

Shades of Dark Orchid #A720DF

Tints of Dark Orchid #A720DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 39.57%
G = 7.58%
B = 52.84%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A720DF (or 0xA720DF) is known color: Dark Orchid. HEX triplet: A7, 20 and DF. RGB value is (167,32,223). Sum of RGB (Red+Green+Blue) = 167+32+223=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #A720DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720DF is #58DF20. Grayscale: #5D5D5D. Windows color (decimal): -5824289 or 14622887. OLE color: 14622887.

HSL color Cylindrical-coordinate representation of color #A720DF: hue angle of 282.41º 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 #A720DF is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 32 223 -
CMYK 0.25 0.86 0 0.13
HSL 282.41º 0.75% 0.5% -
HSV(B) 282.41º 0.86% 0.87% -
XYZ 29.77 14.58 71.06 -
YUV 94.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 167 32 223 0.25 0.86 0 0.13 282.41 0.75 0.5
Hex A7 20 DF 19 56 0 D 11A 4B 32
Octal 247 40 337 31 126 0 15 432 113 62
Binary 10100111 100000 11011111 11001 1010110 0 1101 100011010 1001011 110010

Color Harmonies of #A720DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720DF

Black with #A720DF

Text Example


Text Example

White with #A720DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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