Html Css Color HEX #A73ECD Dark Orchid

📋 copy color: '#A73ECD'

red 167 ◦ green 62 ◦ blue 205

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

Shades of Dark Orchid #A73ECD

Tints of Dark Orchid #A73ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 38.48%
G = 14.29%
B = 47.24%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A73ECD (or 0xA73ECD) is known color: Dark Orchid. HEX triplet: A7, 3E and CD. RGB value is (167,62,205). Sum of RGB (Red+Green+Blue) = 167+62+205=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #A73ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ECD is #58C132. Grayscale: #6D6D6D. Windows color (decimal): -5816627 or 13450919. OLE color: 13450919.

HSL color Cylindrical-coordinate representation of color #A73ECD: hue angle of 284.06º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73ECD is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 62 205 -
CMYK 0.19 0.70 0 0.20
HSL 284.06º 0.59% 0.52% -
HSV(B) 284.06º 0.7% 0.8% -
XYZ 28.68 16.07 59.35 -
YUV 109.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 167 62 205 0.19 0.70 0 0.20 284.06 0.59 0.52
Hex A7 3E CD 13 46 0 14 11C 3B 34
Octal 247 76 315 23 106 0 24 434 73 64
Binary 10100111 111110 11001101 10011 1000110 0 10100 100011100 111011 110100

Color Harmonies of #A73ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73ECD

Black with #A73ECD

Text Example


Text Example

White with #A73ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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