Html Css Color HEX #A73FBC Dark Orchid

📋 copy color: '#A73FBC'

red 167 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #A73FBC

Tints of Dark Orchid #A73FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 39.95%
G = 15.07%
B = 44.98%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A73FBC (or 0xA73FBC) is known color: Dark Orchid. HEX triplet: A7, 3F and BC. RGB value is (167,63,188). Sum of RGB (Red+Green+Blue) = 167+63+188=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #A73FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FBC is #58C043. Grayscale: #6B6B6B. Windows color (decimal): -5816388 or 12337063. OLE color: 12337063.

HSL color Cylindrical-coordinate representation of color #A73FBC: hue angle of 289.92º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73FBC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 63 188 -
CMYK 0.11 0.66 0 0.26
HSL 289.92º 0.5% 0.49% -
HSV(B) 289.92º 0.66% 0.74% -
XYZ 26.79 15.4 49.14 -
YUV 108.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 167 63 188 0.11 0.66 0 0.26 289.92 0.5 0.49
Hex A7 3F BC B 42 0 1A 122 32 31
Octal 247 77 274 13 102 0 32 442 62 61
Binary 10100111 111111 10111100 1011 1000010 0 11010 100100010 110010 110001

Color Harmonies of #A73FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73FBC

Black with #A73FBC

Text Example


Text Example

White with #A73FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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