Html Css Color HEX #A73DD0 Dark Orchid

📋 copy color: '#A73DD0'

red 167 ◦ green 61 ◦ blue 208

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

Shades of Dark Orchid #A73DD0

Tints of Dark Orchid #A73DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.71%

R = 38.3%
G = 13.99%
B = 47.71%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A73DD0 (or 0xA73DD0) is known color: Dark Orchid. HEX triplet: A7, 3D and D0. RGB value is (167,61,208). Sum of RGB (Red+Green+Blue) = 167+61+208=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #A73DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DD0 is #58C22F. Grayscale: #6C6C6C. Windows color (decimal): -5816880 or 13647271. OLE color: 13647271.

HSL color Cylindrical-coordinate representation of color #A73DD0: hue angle of 283.27º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73DD0 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 61 208 -
CMYK 0.20 0.71 0 0.18
HSL 283.27º 0.61% 0.53% -
HSV(B) 283.27º 0.71% 0.82% -
XYZ 28.99 16.11 61.26 -
YUV 109.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 167 61 208 0.20 0.71 0 0.18 283.27 0.61 0.53
Hex A7 3D D0 14 47 0 12 11B 3D 35
Octal 247 75 320 24 107 0 22 433 75 65
Binary 10100111 111101 11010000 10100 1000111 0 10010 100011011 111101 110101

Color Harmonies of #A73DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73DD0

Black with #A73DD0

Text Example


Text Example

White with #A73DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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