Html Css Color HEX #A73CCE Dark Orchid

📋 copy color: '#A73CCE'

red 167 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #A73CCE

Tints of Dark Orchid #A73CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 38.57%
G = 13.86%
B = 47.58%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A73CCE (or 0xA73CCE) is known color: Dark Orchid. HEX triplet: A7, 3C and CE. RGB value is (167,60,206). Sum of RGB (Red+Green+Blue) = 167+60+206=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #A73CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CCE is #58C331. Grayscale: #6C6C6C. Windows color (decimal): -5817138 or 13515943. OLE color: 13515943.

HSL color Cylindrical-coordinate representation of color #A73CCE: hue angle of 283.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73CCE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 60 206 -
CMYK 0.19 0.71 0 0.19
HSL 283.97º 0.6% 0.52% -
HSV(B) 283.97º 0.71% 0.81% -
XYZ 28.69 15.9 59.95 -
YUV 108.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 167 60 206 0.19 0.71 0 0.19 283.97 0.6 0.52
Hex A7 3C CE 13 47 0 13 11C 3C 34
Octal 247 74 316 23 107 0 23 434 74 64
Binary 10100111 111100 11001110 10011 1000111 0 10011 100011100 111100 110100

Color Harmonies of #A73CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CCE

Black with #A73CCE

Text Example


Text Example

White with #A73CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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