Html Css Color HEX #A73EDF Dark Orchid

📋 copy color: '#A73EDF'

red 167 ◦ green 62 ◦ blue 223

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

Shades of Dark Orchid #A73EDF

Tints of Dark Orchid #A73EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 36.95%
G = 13.72%
B = 49.34%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A73EDF (or 0xA73EDF) is known color: Dark Orchid. HEX triplet: A7, 3E and DF. RGB value is (167,62,223). Sum of RGB (Red+Green+Blue) = 167+62+223=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #A73EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EDF is #58C120. Grayscale: #6F6F6F. Windows color (decimal): -5816609 or 14630567. OLE color: 14630567.

HSL color Cylindrical-coordinate representation of color #A73EDF: hue angle of 279.13º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A73EDF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 62 223 -
CMYK 0.25 0.72 0 0.13
HSL 279.13º 0.72% 0.56% -
HSV(B) 279.13º 0.72% 0.87% -
XYZ 30.98 16.99 71.46 -
YUV 111.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 167 62 223 0.25 0.72 0 0.13 279.13 0.72 0.56
Hex A7 3E DF 19 48 0 D 117 48 38
Octal 247 76 337 31 110 0 15 427 110 70
Binary 10100111 111110 11011111 11001 1001000 0 1101 100010111 1001000 111000

Color Harmonies of #A73EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73EDF

Black with #A73EDF

Text Example


Text Example

White with #A73EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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