Html Css Color HEX #A73FC9 Dark Orchid

📋 copy color: '#A73FC9'

red 167 ◦ green 63 ◦ blue 201

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

Shades of Dark Orchid #A73FC9

Tints of Dark Orchid #A73FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 14.62%

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 38.75%
G = 14.62%
B = 46.64%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A73FC9 (or 0xA73FC9) is known color: Dark Orchid. HEX triplet: A7, 3F and C9. RGB value is (167,63,201). Sum of RGB (Red+Green+Blue) = 167+63+201=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #A73FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FC9 is #58C036. Grayscale: #6D6D6D. Windows color (decimal): -5816375 or 13189031. OLE color: 13189031.

HSL color Cylindrical-coordinate representation of color #A73FC9: hue angle of 285.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73FC9 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 63 201 -
CMYK 0.17 0.69 0 0.21
HSL 285.22º 0.56% 0.52% -
HSV(B) 285.22º 0.69% 0.79% -
XYZ 28.26 15.99 56.85 -
YUV 109.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 167 63 201 0.17 0.69 0 0.21 285.22 0.56 0.52
Hex A7 3F C9 11 45 0 15 11D 38 34
Octal 247 77 311 21 105 0 25 435 70 64
Binary 10100111 111111 11001001 10001 1000101 0 10101 100011101 111000 110100

Color Harmonies of #A73FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73FC9

Black with #A73FC9

Text Example


Text Example

White with #A73FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73FC9; }

 p { color: rgb(167,63,201); }

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

background-color css

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

 a { background-color: rgb(167,63,201); }

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

border-color css

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

 span { border-color: rgb(167,63,201); }

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