Html Css Color HEX #A73CDE Dark Orchid

📋 copy color: '#A73CDE'

red 167 ◦ green 60 ◦ blue 222

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

Shades of Dark Orchid #A73CDE

Tints of Dark Orchid #A73CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 37.19%
G = 13.36%
B = 49.44%

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

#A73CDE (or 0xA73CDE) is known color: Dark Orchid. HEX triplet: A7, 3C and DE. RGB value is (167,60,222). Sum of RGB (Red+Green+Blue) = 167+60+222=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #A73CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CDE is #58C321. Grayscale: #6D6D6D. Windows color (decimal): -5817122 or 14564519. OLE color: 14564519.

HSL color Cylindrical-coordinate representation of color #A73CDE: hue angle of 279.63º degrees, saturation: 0.71, 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 #A73CDE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 60 222 -
CMYK 0.25 0.73 0 0.13
HSL 279.63º 0.71% 0.55% -
HSV(B) 279.63º 0.73% 0.87% -
XYZ 30.74 16.72 70.71 -
YUV 110.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 167 60 222 0.25 0.73 0 0.13 279.63 0.71 0.55
Hex A7 3C DE 19 49 0 D 118 47 37
Octal 247 74 336 31 111 0 15 430 107 67
Binary 10100111 111100 11011110 11001 1001001 0 1101 100011000 1000111 110111

Color Harmonies of #A73CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CDE

Black with #A73CDE

Text Example


Text Example

White with #A73CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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