Html Css Color HEX #A720BE Dark Orchid

📋 copy color: '#A720BE'

red 167 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #A720BE

Tints of Dark Orchid #A720BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 42.93%
G = 8.23%
B = 48.84%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A720BE (or 0xA720BE) is known color: Dark Orchid. HEX triplet: A7, 20 and BE. RGB value is (167,32,190). Sum of RGB (Red+Green+Blue) = 167+32+190=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #A720BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720BE is #58DF41. Grayscale: #595959. Windows color (decimal): -5824322 or 12460199. OLE color: 12460199.

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

Color convert

RGB 167 32 190 -
CMYK 0.12 0.83 0 0.25
HSL 291.27º 0.71% 0.44% -
HSV(B) 291.27º 0.83% 0.75% -
XYZ 25.75 12.97 49.86 -
YUV 90.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 167 32 190 0.12 0.83 0 0.25 291.27 0.71 0.44
Hex A7 20 BE C 53 0 19 123 47 2C
Octal 247 40 276 14 123 0 31 443 107 54
Binary 10100111 100000 10111110 1100 1010011 0 11001 100100011 1000111 101100

Color Harmonies of #A720BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720BE

Black with #A720BE

Text Example


Text Example

White with #A720BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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