Html Css Color HEX #A73AE1 Dark Orchid

📋 copy color: '#A73AE1'

red 167 ◦ green 58 ◦ blue 225

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

Shades of Dark Orchid #A73AE1

Tints of Dark Orchid #A73AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50%

R = 37.11%
G = 12.89%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A73AE1 (or 0xA73AE1) is known color: Dark Orchid. HEX triplet: A7, 3A and E1. RGB value is (167,58,225). Sum of RGB (Red+Green+Blue) = 167+58+225=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #A73AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73AE1 is #58C51E. Grayscale: #6D6D6D. Windows color (decimal): -5817631 or 14760615. OLE color: 14760615.

HSL color Cylindrical-coordinate representation of color #A73AE1: hue angle of 279.16º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73AE1 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 58 225 -
CMYK 0.26 0.74 0 0.12
HSL 279.16º 0.74% 0.55% -
HSV(B) 279.16º 0.74% 0.88% -
XYZ 31.04 16.68 72.82 -
YUV 109.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 167 58 225 0.26 0.74 0 0.12 279.16 0.74 0.55
Hex A7 3A E1 1A 4A 0 C 117 4A 37
Octal 247 72 341 32 112 0 14 427 112 67
Binary 10100111 111010 11100001 11010 1001010 0 1100 100010111 1001010 110111

Color Harmonies of #A73AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73AE1

Black with #A73AE1

Text Example


Text Example

White with #A73AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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