Html Css Color HEX #A73DB6 Dark Orchid

📋 copy color: '#A73DB6'

red 167 ◦ green 61 ◦ blue 182

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

Shades of Dark Orchid #A73DB6

Tints of Dark Orchid #A73DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.39%

R = 40.73%
G = 14.88%
B = 44.39%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A73DB6 (or 0xA73DB6) is known color: Dark Orchid. HEX triplet: A7, 3D and B6. RGB value is (167,61,182). Sum of RGB (Red+Green+Blue) = 167+61+182=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #A73DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DB6 is #58C249. Grayscale: #6A6A6A. Windows color (decimal): -5816906 or 11943335. OLE color: 11943335.

HSL color Cylindrical-coordinate representation of color #A73DB6: hue angle of 292.56º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73DB6 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 61 182 -
CMYK 0.08 0.66 0 0.29
HSL 292.56º 0.5% 0.48% -
HSV(B) 292.56º 0.66% 0.71% -
XYZ 26.05 14.93 45.76 -
YUV 106.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 167 61 182 0.08 0.66 0 0.29 292.56 0.5 0.48
Hex A7 3D B6 8 42 0 1D 125 32 30
Octal 247 75 266 10 102 0 35 445 62 60
Binary 10100111 111101 10110110 1000 1000010 0 11101 100100101 110010 110000

Color Harmonies of #A73DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DB6

Black with #A73DB6

Text Example


Text Example

White with #A73DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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