Html Css Color HEX #A73CC8 Dark Orchid

📋 copy color: '#A73CC8'

red 167 ◦ green 60 ◦ blue 200

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

Shades of Dark Orchid #A73CC8

Tints of Dark Orchid #A73CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.84%

R = 39.11%
G = 14.05%
B = 46.84%

CMYK

 C value IS 0.16

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A73CC8 (or 0xA73CC8) is known color: Dark Orchid. HEX triplet: A7, 3C and C8. RGB value is (167,60,200). Sum of RGB (Red+Green+Blue) = 167+60+200=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #A73CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CC8 is #58C337. Grayscale: #6B6B6B. Windows color (decimal): -5817144 or 13122727. OLE color: 13122727.

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

Color convert

RGB 167 60 200 -
CMYK 0.16 0.7 0 0.22
HSL 285.86º 0.56% 0.51% -
HSV(B) 285.86º 0.7% 0.78% -
XYZ 27.98 15.62 56.18 -
YUV 107.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 167 60 200 0.16 0.7 0 0.22 285.86 0.56 0.51
Hex A7 3C C8 10 46 0 16 11E 38 33
Octal 247 74 310 20 106 0 26 436 70 63
Binary 10100111 111100 11001000 10000 1000110 0 10110 100011110 111000 110011

Color Harmonies of #A73CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CC8

Black with #A73CC8

Text Example


Text Example

White with #A73CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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