Html Css Color HEX #A73CDF Dark Orchid

📋 copy color: '#A73CDF'

red 167 ◦ green 60 ◦ blue 223

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

Shades of Dark Orchid #A73CDF

Tints of Dark Orchid #A73CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.33%

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

R = 37.11%
G = 13.33%
B = 49.56%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A73CDF (or 0xA73CDF) is known color: Dark Orchid. HEX triplet: A7, 3C and DF. RGB value is (167,60,223). Sum of RGB (Red+Green+Blue) = 167+60+223=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #A73CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CDF is #58C320. Grayscale: #6E6E6E. Windows color (decimal): -5817121 or 14630055. OLE color: 14630055.

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

Color convert

RGB 167 60 223 -
CMYK 0.25 0.73 0 0.13
HSL 279.39º 0.72% 0.55% -
HSV(B) 279.39º 0.73% 0.87% -
XYZ 30.87 16.77 71.42 -
YUV 110.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 167 60 223 0.25 0.73 0 0.13 279.39 0.72 0.55
Hex A7 3C DF 19 49 0 D 117 48 37
Octal 247 74 337 31 111 0 15 427 110 67
Binary 10100111 111100 11011111 11001 1001001 0 1101 100010111 1001000 110111

Color Harmonies of #A73CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CDF

Black with #A73CDF

Text Example


Text Example

White with #A73CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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