Html Css Color HEX #A73BCD Dark Orchid

📋 copy color: '#A73BCD'

red 167 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #A73BCD

Tints of Dark Orchid #A73BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.69%

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

R = 38.75%
G = 13.69%
B = 47.56%

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

#A73BCD (or 0xA73BCD) is known color: Dark Orchid. HEX triplet: A7, 3B and CD. RGB value is (167,59,205). Sum of RGB (Red+Green+Blue) = 167+59+205=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #A73BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BCD is #58C432. Grayscale: #6B6B6B. Windows color (decimal): -5817395 or 13450151. OLE color: 13450151.

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

Color convert

RGB 167 59 205 -
CMYK 0.19 0.71 0 0.20
HSL 284.38º 0.59% 0.52% -
HSV(B) 284.38º 0.71% 0.8% -
XYZ 28.52 15.75 59.29 -
YUV 107.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 167 59 205 0.19 0.71 0 0.20 284.38 0.59 0.52
Hex A7 3B CD 13 47 0 14 11C 3B 34
Octal 247 73 315 23 107 0 24 434 73 64
Binary 10100111 111011 11001101 10011 1000111 0 10100 100011100 111011 110100

Color Harmonies of #A73BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BCD

Black with #A73BCD

Text Example


Text Example

White with #A73BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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