Html Css Color HEX #A73ADC Dark Orchid

📋 copy color: '#A73ADC'

red 167 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #A73ADC

Tints of Dark Orchid #A73ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.03%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 37.53%
G = 13.03%
B = 49.44%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A73ADC (or 0xA73ADC) is known color: Dark Orchid. HEX triplet: A7, 3A and DC. RGB value is (167,58,220). Sum of RGB (Red+Green+Blue) = 167+58+220=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #A73ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ADC is #58C523. Grayscale: #6C6C6C. Windows color (decimal): -5817636 or 14432935. OLE color: 14432935.

HSL color Cylindrical-coordinate representation of color #A73ADC: hue angle of 280.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73ADC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 58 220 -
CMYK 0.24 0.74 0 0.14
HSL 280.37º 0.7% 0.55% -
HSV(B) 280.37º 0.74% 0.86% -
XYZ 30.37 16.41 69.28 -
YUV 109.06 190.61 169.33 -
System Red Green Blue C M Y K H S L
Decimal 167 58 220 0.24 0.74 0 0.14 280.37 0.7 0.55
Hex A7 3A DC 18 4A 0 E 118 46 37
Octal 247 72 334 30 112 0 16 430 106 67
Binary 10100111 111010 11011100 11000 1001010 0 1110 100011000 1000110 110111

Color Harmonies of #A73ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73ADC

Black with #A73ADC

Text Example


Text Example

White with #A73ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73ADC; }

 p { color: rgb(167,58,220); }

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

background-color css

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

 a { background-color: rgb(167,58,220); }

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

border-color css

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

 span { border-color: rgb(167,58,220); }

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