Html Css Color HEX #A73CB9 Dark Orchid

📋 copy color: '#A73CB9'

red 167 ◦ green 60 ◦ blue 185

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

Shades of Dark Orchid #A73CB9

Tints of Dark Orchid #A73CB9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.56%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 40.53%
G = 14.56%
B = 44.9%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A73CB9 (or 0xA73CB9) is known color: Dark Orchid. HEX triplet: A7, 3C and B9. RGB value is (167,60,185). Sum of RGB (Red+Green+Blue) = 167+60+185=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #A73CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CB9 is #58C346. Grayscale: #696969. Windows color (decimal): -5817159 or 12139687. OLE color: 12139687.

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

Color convert

RGB 167 60 185 -
CMYK 0.10 0.68 0 0.27
HSL 291.36º 0.51% 0.48% -
HSV(B) 291.36º 0.68% 0.73% -
XYZ 26.31 14.95 47.4 -
YUV 106.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 167 60 185 0.10 0.68 0 0.27 291.36 0.51 0.48
Hex A7 3C B9 A 44 0 1B 123 33 30
Octal 247 74 271 12 104 0 33 443 63 60
Binary 10100111 111100 10111001 1010 1000100 0 11011 100100011 110011 110000

Color Harmonies of #A73CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CB9

Black with #A73CB9

Text Example


Text Example

White with #A73CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CB9; }

 p { color: rgb(167,60,185); }

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

background-color css

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

 a { background-color: rgb(167,60,185); }

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

border-color css

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

 span { border-color: rgb(167,60,185); }

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