Html Css Color HEX #A720CE Dark Orchid

📋 copy color: '#A720CE'

red 167 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #A720CE

Tints of Dark Orchid #A720CE

RGB

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

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

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

R = 41.23%
G = 7.9%
B = 50.86%

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

#A720CE (or 0xA720CE) is known color: Dark Orchid. HEX triplet: A7, 20 and CE. RGB value is (167,32,206). Sum of RGB (Red+Green+Blue) = 167+32+206=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #A720CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720CE is #58DF31. Grayscale: #5B5B5B. Windows color (decimal): -5824306 or 13508775. OLE color: 13508775.

HSL color Cylindrical-coordinate representation of color #A720CE: hue angle of 286.55º degrees, saturation: 0.73, 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 #A720CE is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 32 206 -
CMYK 0.19 0.84 0 0.19
HSL 286.55º 0.73% 0.47% -
HSV(B) 286.55º 0.84% 0.81% -
XYZ 27.59 13.7 59.58 -
YUV 92.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 167 32 206 0.19 0.84 0 0.19 286.55 0.73 0.47
Hex A7 20 CE 13 54 0 13 11F 49 2F
Octal 247 40 316 23 124 0 23 437 111 57
Binary 10100111 100000 11001110 10011 1010100 0 10011 100011111 1001001 101111

Color Harmonies of #A720CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720CE

Black with #A720CE

Text Example


Text Example

White with #A720CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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