Html Css Color HEX #A74FD0 Medium Orchid

📋 copy color: '#A74FD0'

red 167 ◦ green 79 ◦ blue 208

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

Shades of Medium Orchid #A74FD0

Tints of Medium Orchid #A74FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 36.78%
G = 17.4%
B = 45.81%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A74FD0 (or 0xA74FD0) is known color: Medium Orchid. HEX triplet: A7, 4F and D0. RGB value is (167,79,208). Sum of RGB (Red+Green+Blue) = 167+79+208=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #A74FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A74FD0 is #58B02F. Grayscale: #777777. Windows color (decimal): -5812272 or 13651879. OLE color: 13651879.

HSL color Cylindrical-coordinate representation of color #A74FD0: hue angle of 280.93º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74FD0 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 79 208 -
CMYK 0.20 0.62 0 0.18
HSL 280.93º 0.58% 0.56% -
HSV(B) 280.93º 0.62% 0.82% -
XYZ 30.12 18.36 61.63 -
YUV 120.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 167 79 208 0.20 0.62 0 0.18 280.93 0.58 0.56
Hex A7 4F D0 14 3E 0 12 119 3A 38
Octal 247 117 320 24 76 0 22 431 72 70
Binary 10100111 1001111 11010000 10100 111110 0 10010 100011001 111010 111000

Color Harmonies of #A74FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FD0

Black with #A74FD0

Text Example


Text Example

White with #A74FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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