Html Css Color HEX #A720BD Dark Orchid

📋 copy color: '#A720BD'

red 167 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #A720BD

Tints of Dark Orchid #A720BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 43.04%
G = 8.25%
B = 48.71%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A720BD (or 0xA720BD) is known color: Dark Orchid. HEX triplet: A7, 20 and BD. RGB value is (167,32,189). Sum of RGB (Red+Green+Blue) = 167+32+189=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #A720BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720BD is #58DF42. Grayscale: #595959. Windows color (decimal): -5824323 or 12394663. OLE color: 12394663.

HSL color Cylindrical-coordinate representation of color #A720BD: hue angle of 291.59º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A720BD is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 32 189 -
CMYK 0.12 0.83 0 0.26
HSL 291.59º 0.71% 0.43% -
HSV(B) 291.59º 0.83% 0.74% -
XYZ 25.64 12.92 49.29 -
YUV 90.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 167 32 189 0.12 0.83 0 0.26 291.59 0.71 0.43
Hex A7 20 BD C 53 0 1A 124 47 2B
Octal 247 40 275 14 123 0 32 444 107 53
Binary 10100111 100000 10111101 1100 1010011 0 11010 100100100 1000111 101011

Color Harmonies of #A720BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720BD

Black with #A720BD

Text Example


Text Example

White with #A720BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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