Html Css Color HEX #A74CF3 Medium Orchid

📋 copy color: '#A74CF3'

red 167 ◦ green 76 ◦ blue 243

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

Shades of Medium Orchid #A74CF3

Tints of Medium Orchid #A74CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.64%

 BLUE value IS 243 (95.31% from 255) = 50%

R = 34.36%
G = 15.64%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A74CF3 (or 0xA74CF3) is known color: Medium Orchid. HEX triplet: A7, 4C and F3. RGB value is (167,76,243). Sum of RGB (Red+Green+Blue) = 167+76+243=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #A74CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CF3 is #58B30C. Grayscale: #797979. Windows color (decimal): -5813005 or 15944871. OLE color: 15944871.

HSL color Cylindrical-coordinate representation of color #A74CF3: hue angle of 272.69º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74CF3 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 76 243 -
CMYK 0.31 0.69 0 0.05
HSL 272.69º 0.87% 0.63% -
HSV(B) 272.69º 0.69% 0.95% -
XYZ 34.7 19.86 86.8 -
YUV 122.25 196.15 159.92 -
System Red Green Blue C M Y K H S L
Decimal 167 76 243 0.31 0.69 0 0.05 272.69 0.87 0.63
Hex A7 4C F3 1F 45 0 5 111 57 3F
Octal 247 114 363 37 105 0 5 421 127 77
Binary 10100111 1001100 11110011 11111 1000101 0 101 100010001 1010111 111111

Color Harmonies of #A74CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CF3

Black with #A74CF3

Text Example


Text Example

White with #A74CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CF3; }

 p { color: rgb(167,76,243); }

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

background-color css

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

 a { background-color: rgb(167,76,243); }

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

border-color css

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

 span { border-color: rgb(167,76,243); }

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