Html Css Color HEX #A73CCC Dark Orchid

📋 copy color: '#A73CCC'

red 167 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #A73CCC

Tints of Dark Orchid #A73CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 38.75%
G = 13.92%
B = 47.33%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A73CCC (or 0xA73CCC) is known color: Dark Orchid. HEX triplet: A7, 3C and CC. RGB value is (167,60,204). Sum of RGB (Red+Green+Blue) = 167+60+204=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #A73CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CCC is #58C333. Grayscale: #6B6B6B. Windows color (decimal): -5817140 or 13384871. OLE color: 13384871.

HSL color Cylindrical-coordinate representation of color #A73CCC: hue angle of 284.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73CCC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 60 204 -
CMYK 0.18 0.71 0 0.2
HSL 284.58º 0.59% 0.52% -
HSV(B) 284.58º 0.71% 0.8% -
XYZ 28.45 15.81 58.68 -
YUV 108.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 167 60 204 0.18 0.71 0 0.2 284.58 0.59 0.52
Hex A7 3C CC 12 47 0 14 11D 3B 34
Octal 247 74 314 22 107 0 24 435 73 64
Binary 10100111 111100 11001100 10010 1000111 0 10100 100011101 111011 110100

Color Harmonies of #A73CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CCC

Black with #A73CCC

Text Example


Text Example

White with #A73CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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