Html Css Color HEX #A720BA Dark Orchid

📋 copy color: '#A720BA'

red 167 ◦ green 32 ◦ blue 186

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

Shades of Dark Orchid #A720BA

Tints of Dark Orchid #A720BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 43.38%
G = 8.31%
B = 48.31%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A720BA (or 0xA720BA) is known color: Dark Orchid. HEX triplet: A7, 20 and BA. RGB value is (167,32,186). Sum of RGB (Red+Green+Blue) = 167+32+186=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #A720BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A720BA is #58DF45. Grayscale: #595959. Windows color (decimal): -5824326 or 12198055. OLE color: 12198055.

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

Color convert

RGB 167 32 186 -
CMYK 0.10 0.83 0 0.27
HSL 292.6º 0.71% 0.43% -
HSV(B) 292.6º 0.83% 0.73% -
XYZ 25.32 12.79 47.59 -
YUV 89.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 167 32 186 0.10 0.83 0 0.27 292.6 0.71 0.43
Hex A7 20 BA A 53 0 1B 125 47 2B
Octal 247 40 272 12 123 0 33 445 107 53
Binary 10100111 100000 10111010 1010 1010011 0 11011 100100101 1000111 101011

Color Harmonies of #A720BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720BA

Black with #A720BA

Text Example


Text Example

White with #A720BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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