Html Css Color HEX #A73AB0 Dark Orchid

📋 copy color: '#A73AB0'

red 167 ◦ green 58 ◦ blue 176

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

Shades of Dark Orchid #A73AB0

Tints of Dark Orchid #A73AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.89%

R = 41.65%
G = 14.46%
B = 43.89%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A73AB0 (or 0xA73AB0) is known color: Dark Orchid. HEX triplet: A7, 3A and B0. RGB value is (167,58,176). Sum of RGB (Red+Green+Blue) = 167+58+176=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #A73AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73AB0 is #58C54F. Grayscale: #676767. Windows color (decimal): -5817680 or 11549351. OLE color: 11549351.

HSL color Cylindrical-coordinate representation of color #A73AB0: hue angle of 295.42º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73AB0 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 58 176 -
CMYK 0.05 0.67 0 0.31
HSL 295.42º 0.5% 0.46% -
HSV(B) 295.42º 0.67% 0.69% -
XYZ 25.29 14.38 42.52 -
YUV 104.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 167 58 176 0.05 0.67 0 0.31 295.42 0.5 0.46
Hex A7 3A B0 5 43 0 1F 127 32 2E
Octal 247 72 260 5 103 0 37 447 62 56
Binary 10100111 111010 10110000 101 1000011 0 11111 100100111 110010 101110

Color Harmonies of #A73AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73AB0

Black with #A73AB0

Text Example


Text Example

White with #A73AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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