Html Css Color HEX #A73CCD Dark Orchid

📋 copy color: '#A73CCD'

red 167 ◦ green 60 ◦ blue 205

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

Shades of Dark Orchid #A73CCD

Tints of Dark Orchid #A73CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 38.66%
G = 13.89%
B = 47.45%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A73CCD (or 0xA73CCD) is known color: Dark Orchid. HEX triplet: A7, 3C and CD. RGB value is (167,60,205). Sum of RGB (Red+Green+Blue) = 167+60+205=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #A73CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CCD is #58C332. Grayscale: #6C6C6C. Windows color (decimal): -5817139 or 13450407. OLE color: 13450407.

HSL color Cylindrical-coordinate representation of color #A73CCD: hue angle of 284.28º 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 #A73CCD is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 60 205 -
CMYK 0.19 0.71 0 0.20
HSL 284.28º 0.59% 0.52% -
HSV(B) 284.28º 0.71% 0.8% -
XYZ 28.57 15.85 59.31 -
YUV 108.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 167 60 205 0.19 0.71 0 0.20 284.28 0.59 0.52
Hex A7 3C CD 13 47 0 14 11C 3B 34
Octal 247 74 315 23 107 0 24 434 73 64
Binary 10100111 111100 11001101 10011 1000111 0 10100 100011100 111011 110100

Color Harmonies of #A73CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CCD

Black with #A73CCD

Text Example


Text Example

White with #A73CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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