Html Css Color HEX #A73DBE Dark Orchid

📋 copy color: '#A73DBE'

red 167 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #A73DBE

Tints of Dark Orchid #A73DBE

RGB

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

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

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

R = 39.95%
G = 14.59%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A73DBE (or 0xA73DBE) is known color: Dark Orchid. HEX triplet: A7, 3D and BE. RGB value is (167,61,190). Sum of RGB (Red+Green+Blue) = 167+61+190=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #A73DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DBE is #58C241. Grayscale: #6A6A6A. Windows color (decimal): -5816898 or 12467623. OLE color: 12467623.

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

Color convert

RGB 167 61 190 -
CMYK 0.12 0.68 0 0.25
HSL 289.3º 0.51% 0.49% -
HSV(B) 289.3º 0.68% 0.75% -
XYZ 26.9 15.27 50.24 -
YUV 107.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 167 61 190 0.12 0.68 0 0.25 289.3 0.51 0.49
Hex A7 3D BE C 44 0 19 121 33 31
Octal 247 75 276 14 104 0 31 441 63 61
Binary 10100111 111101 10111110 1100 1000100 0 11001 100100001 110011 110001

Color Harmonies of #A73DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DBE

Black with #A73DBE

Text Example


Text Example

White with #A73DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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