Html Css Color HEX #A73AB3 Dark Orchid

📋 copy color: '#A73AB3'

red 167 ◦ green 58 ◦ blue 179

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

Shades of Dark Orchid #A73AB3

Tints of Dark Orchid #A73AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.31%

R = 41.34%
G = 14.36%
B = 44.31%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A73AB3 (or 0xA73AB3) is known color: Dark Orchid. HEX triplet: A7, 3A and B3. RGB value is (167,58,179). Sum of RGB (Red+Green+Blue) = 167+58+179=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #A73AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73AB3 is #58C54C. Grayscale: #686868. Windows color (decimal): -5817677 or 11745959. OLE color: 11745959.

HSL color Cylindrical-coordinate representation of color #A73AB3: hue angle of 294.05º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73AB3 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 58 179 -
CMYK 0.07 0.68 0 0.30
HSL 294.05º 0.51% 0.46% -
HSV(B) 294.05º 0.68% 0.7% -
XYZ 25.59 14.5 44.1 -
YUV 104.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 167 58 179 0.07 0.68 0 0.30 294.05 0.51 0.46
Hex A7 3A B3 7 44 0 1E 126 33 2E
Octal 247 72 263 7 104 0 36 446 63 56
Binary 10100111 111010 10110011 111 1000100 0 11110 100100110 110011 101110

Color Harmonies of #A73AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73AB3

Black with #A73AB3

Text Example


Text Example

White with #A73AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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