Html Css Color HEX #A73EC7 Dark Orchid

📋 copy color: '#A73EC7'

red 167 ◦ green 62 ◦ blue 199

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

Shades of Dark Orchid #A73EC7

Tints of Dark Orchid #A73EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.5%

R = 39.02%
G = 14.49%
B = 46.5%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A73EC7 (or 0xA73EC7) is known color: Dark Orchid. HEX triplet: A7, 3E and C7. RGB value is (167,62,199). Sum of RGB (Red+Green+Blue) = 167+62+199=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #A73EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EC7 is #58C138. Grayscale: #6C6C6C. Windows color (decimal): -5816633 or 13057703. OLE color: 13057703.

HSL color Cylindrical-coordinate representation of color #A73EC7: hue angle of 285.99º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73EC7 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 62 199 -
CMYK 0.16 0.69 0 0.22
HSL 285.99º 0.55% 0.51% -
HSV(B) 285.99º 0.69% 0.78% -
XYZ 27.97 15.78 55.61 -
YUV 109.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 167 62 199 0.16 0.69 0 0.22 285.99 0.55 0.51
Hex A7 3E C7 10 45 0 16 11E 37 33
Octal 247 76 307 20 105 0 26 436 67 63
Binary 10100111 111110 11000111 10000 1000101 0 10110 100011110 110111 110011

Color Harmonies of #A73EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73EC7

Black with #A73EC7

Text Example


Text Example

White with #A73EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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