Html Css Color HEX #A74EF6 Medium Orchid

📋 copy color: '#A74EF6'

red 167 ◦ green 78 ◦ blue 246

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

Shades of Medium Orchid #A74EF6

Tints of Medium Orchid #A74EF6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.89%

 BLUE value IS 246 (96.48% from 255) = 50.1%

R = 34.01%
G = 15.89%
B = 50.1%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A74EF6 (or 0xA74EF6) is known color: Medium Orchid. HEX triplet: A7, 4E and F6. RGB value is (167,78,246). Sum of RGB (Red+Green+Blue) = 167+78+246=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #A74EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EF6 is #58B109. Grayscale: #7B7B7B. Windows color (decimal): -5812490 or 16141991. OLE color: 16141991.

HSL color Cylindrical-coordinate representation of color #A74EF6: hue angle of 271.79º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74EF6 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 78 246 -
CMYK 0.32 0.68 0 0.04
HSL 271.79º 0.9% 0.64% -
HSV(B) 271.79º 0.68% 0.96% -
XYZ 35.3 20.32 89.25 -
YUV 123.76 196.99 158.84 -
System Red Green Blue C M Y K H S L
Decimal 167 78 246 0.32 0.68 0 0.04 271.79 0.9 0.64
Hex A7 4E F6 20 44 0 4 110 5A 40
Octal 247 116 366 40 104 0 4 420 132 100
Binary 10100111 1001110 11110110 100000 1000100 0 100 100010000 1011010 1000000

Color Harmonies of #A74EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EF6

Black with #A74EF6

Text Example


Text Example

White with #A74EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EF6; }

 p { color: rgb(167,78,246); }

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

background-color css

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

 a { background-color: rgb(167,78,246); }

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

border-color css

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

 span { border-color: rgb(167,78,246); }

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