Html Css Color HEX #A73ECF Dark Orchid

📋 copy color: '#A73ECF'

red 167 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #A73ECF

Tints of Dark Orchid #A73ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 38.3%
G = 14.22%
B = 47.48%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A73ECF (or 0xA73ECF) is known color: Dark Orchid. HEX triplet: A7, 3E and CF. RGB value is (167,62,207). Sum of RGB (Red+Green+Blue) = 167+62+207=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A73ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ECF is #58C130. Grayscale: #6D6D6D. Windows color (decimal): -5816625 or 13581991. OLE color: 13581991.

HSL color Cylindrical-coordinate representation of color #A73ECF: hue angle of 283.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73ECF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 62 207 -
CMYK 0.19 0.70 0 0.19
HSL 283.45º 0.6% 0.53% -
HSV(B) 283.45º 0.7% 0.81% -
XYZ 28.92 16.17 60.63 -
YUV 109.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 167 62 207 0.19 0.70 0 0.19 283.45 0.6 0.53
Hex A7 3E CF 13 46 0 13 11B 3C 35
Octal 247 76 317 23 106 0 23 433 74 65
Binary 10100111 111110 11001111 10011 1000110 0 10011 100011011 111100 110101

Color Harmonies of #A73ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73ECF

Black with #A73ECF

Text Example


Text Example

White with #A73ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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