Html Css Color HEX #A73ED0 Dark Orchid

📋 copy color: '#A73ED0'

red 167 ◦ green 62 ◦ blue 208

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

Shades of Dark Orchid #A73ED0

Tints of Dark Orchid #A73ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.19%

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

R = 38.22%
G = 14.19%
B = 47.6%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A73ED0 (or 0xA73ED0) is known color: Dark Orchid. HEX triplet: A7, 3E and D0. RGB value is (167,62,208). Sum of RGB (Red+Green+Blue) = 167+62+208=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #A73ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ED0 is #58C12F. Grayscale: #6D6D6D. Windows color (decimal): -5816624 or 13647527. OLE color: 13647527.

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

Color convert

RGB 167 62 208 -
CMYK 0.20 0.70 0 0.18
HSL 283.15º 0.61% 0.53% -
HSV(B) 283.15º 0.7% 0.82% -
XYZ 29.04 16.21 61.27 -
YUV 110.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 167 62 208 0.20 0.70 0 0.18 283.15 0.61 0.53
Hex A7 3E D0 14 46 0 12 11B 3D 35
Octal 247 76 320 24 106 0 22 433 75 65
Binary 10100111 111110 11010000 10100 1000110 0 10010 100011011 111101 110101

Color Harmonies of #A73ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73ED0

Black with #A73ED0

Text Example


Text Example

White with #A73ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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