Html Css Color HEX #A74FDC Medium Orchid

📋 copy color: '#A74FDC'

red 167 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #A74FDC

Tints of Medium Orchid #A74FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.95%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 35.84%
G = 16.95%
B = 47.21%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A74FDC (or 0xA74FDC) is known color: Medium Orchid. HEX triplet: A7, 4F and DC. RGB value is (167,79,220). Sum of RGB (Red+Green+Blue) = 167+79+220=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A74FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FDC is #58B023. Grayscale: #787878. Windows color (decimal): -5812260 or 14438311. OLE color: 14438311.

HSL color Cylindrical-coordinate representation of color #A74FDC: hue angle of 277.45º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A74FDC is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 79 220 -
CMYK 0.24 0.64 0 0.14
HSL 277.45º 0.67% 0.59% -
HSV(B) 277.45º 0.64% 0.86% -
XYZ 31.65 18.97 69.7 -
YUV 121.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 167 79 220 0.24 0.64 0 0.14 277.45 0.67 0.59
Hex A7 4F DC 18 40 0 E 115 43 3B
Octal 247 117 334 30 100 0 16 425 103 73
Binary 10100111 1001111 11011100 11000 1000000 0 1110 100010101 1000011 111011

Color Harmonies of #A74FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FDC

Black with #A74FDC

Text Example


Text Example

White with #A74FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FDC; }

 p { color: rgb(167,79,220); }

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

background-color css

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

 a { background-color: rgb(167,79,220); }

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

border-color css

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

 span { border-color: rgb(167,79,220); }

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