Html Css Color HEX #A73DBC Dark Orchid

📋 copy color: '#A73DBC'

red 167 ◦ green 61 ◦ blue 188

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

Shades of Dark Orchid #A73DBC

Tints of Dark Orchid #A73DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.66%

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 40.14%
G = 14.66%
B = 45.19%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A73DBC (or 0xA73DBC) is known color: Dark Orchid. HEX triplet: A7, 3D and BC. RGB value is (167,61,188). Sum of RGB (Red+Green+Blue) = 167+61+188=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #A73DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DBC is #58C243. Grayscale: #6A6A6A. Windows color (decimal): -5816900 or 12336551. OLE color: 12336551.

HSL color Cylindrical-coordinate representation of color #A73DBC: hue angle of 290.08º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73DBC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 61 188 -
CMYK 0.11 0.68 0 0.26
HSL 290.08º 0.51% 0.49% -
HSV(B) 290.08º 0.68% 0.74% -
XYZ 26.68 15.18 49.1 -
YUV 107.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 167 61 188 0.11 0.68 0 0.26 290.08 0.51 0.49
Hex A7 3D BC B 44 0 1A 122 33 31
Octal 247 75 274 13 104 0 32 442 63 61
Binary 10100111 111101 10111100 1011 1000100 0 11010 100100010 110011 110001

Color Harmonies of #A73DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DBC

Black with #A73DBC

Text Example


Text Example

White with #A73DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DBC; }

 p { color: rgb(167,61,188); }

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

background-color css

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

 a { background-color: rgb(167,61,188); }

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

border-color css

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

 span { border-color: rgb(167,61,188); }

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