Html Css Color HEX #A73CBF Dark Orchid

📋 copy color: '#A73CBF'

red 167 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #A73CBF

Tints of Dark Orchid #A73CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.35%

 BLUE value IS 191 (75% from 255) = 45.69%

R = 39.95%
G = 14.35%
B = 45.69%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A73CBF (or 0xA73CBF) is known color: Dark Orchid. HEX triplet: A7, 3C and BF. RGB value is (167,60,191). Sum of RGB (Red+Green+Blue) = 167+60+191=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #A73CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CBF is #58C340. Grayscale: #6A6A6A. Windows color (decimal): -5817153 or 12532903. OLE color: 12532903.

HSL color Cylindrical-coordinate representation of color #A73CBF: hue angle of 289.01º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73CBF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 60 191 -
CMYK 0.13 0.69 0 0.25
HSL 289.01º 0.52% 0.49% -
HSV(B) 289.01º 0.69% 0.75% -
XYZ 26.96 15.21 50.81 -
YUV 106.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 167 60 191 0.13 0.69 0 0.25 289.01 0.52 0.49
Hex A7 3C BF D 45 0 19 121 34 31
Octal 247 74 277 15 105 0 31 441 64 61
Binary 10100111 111100 10111111 1101 1000101 0 11001 100100001 110100 110001

Color Harmonies of #A73CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CBF

Black with #A73CBF

Text Example


Text Example

White with #A73CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CBF; }

 p { color: rgb(167,60,191); }

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

background-color css

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

 a { background-color: rgb(167,60,191); }

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

border-color css

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

 span { border-color: rgb(167,60,191); }

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