Html Css Color HEX #A73CBE Dark Orchid

📋 copy color: '#A73CBE'

red 167 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #A73CBE

Tints of Dark Orchid #A73CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 40.05%
G = 14.39%
B = 45.56%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A73CBE (or 0xA73CBE) is known color: Dark Orchid. HEX triplet: A7, 3C and BE. RGB value is (167,60,190). Sum of RGB (Red+Green+Blue) = 167+60+190=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A73CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CBE is #58C341. Grayscale: #6A6A6A. Windows color (decimal): -5817154 or 12467367. OLE color: 12467367.

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

Color convert

RGB 167 60 190 -
CMYK 0.12 0.68 0 0.25
HSL 289.38º 0.52% 0.49% -
HSV(B) 289.38º 0.68% 0.75% -
XYZ 26.85 15.16 50.23 -
YUV 106.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 167 60 190 0.12 0.68 0 0.25 289.38 0.52 0.49
Hex A7 3C BE C 44 0 19 121 34 31
Octal 247 74 276 14 104 0 31 441 64 61
Binary 10100111 111100 10111110 1100 1000100 0 11001 100100001 110100 110001

Color Harmonies of #A73CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CBE

Black with #A73CBE

Text Example


Text Example

White with #A73CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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