Html Css Color HEX #A74EFC Medium Orchid

📋 copy color: '#A74EFC'

red 167 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #A74EFC

Tints of Medium Orchid #A74EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 33.6%
G = 15.69%
B = 50.7%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A74EFC (or 0xA74EFC) is known color: Medium Orchid. HEX triplet: A7, 4E and FC. RGB value is (167,78,252). Sum of RGB (Red+Green+Blue) = 167+78+252=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A74EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74EFC is #58B103. Grayscale: #7B7B7B. Windows color (decimal): -5812484 or 16535207. OLE color: 16535207.

HSL color Cylindrical-coordinate representation of color #A74EFC: hue angle of 270.69º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74EFC is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 78 252 -
CMYK 0.34 0.69 0 0.01
HSL 270.69º 0.97% 0.65% -
HSV(B) 270.69º 0.69% 0.99% -
XYZ 36.23 20.69 94.18 -
YUV 124.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 167 78 252 0.34 0.69 0 0.01 270.69 0.97 0.65
Hex A7 4E FC 22 45 0 1 10F 61 41
Octal 247 116 374 42 105 0 1 417 141 101
Binary 10100111 1001110 11111100 100010 1000101 0 1 100001111 1100001 1000001

Color Harmonies of #A74EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74EFC

Black with #A74EFC

Text Example


Text Example

White with #A74EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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