Html Css Color HEX #A74CEF Medium Orchid

📋 copy color: '#A74CEF'

red 167 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #A74CEF

Tints of Medium Orchid #A74CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 34.65%
G = 15.77%
B = 49.59%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A74CEF (or 0xA74CEF) is known color: Medium Orchid. HEX triplet: A7, 4C and EF. RGB value is (167,76,239). Sum of RGB (Red+Green+Blue) = 167+76+239=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #A74CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CEF is #58B310. Grayscale: #797979. Windows color (decimal): -5813009 or 15682727. OLE color: 15682727.

HSL color Cylindrical-coordinate representation of color #A74CEF: hue angle of 273.5º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74CEF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 76 239 -
CMYK 0.30 0.68 0 0.06
HSL 273.5º 0.84% 0.62% -
HSV(B) 273.5º 0.68% 0.94% -
XYZ 34.1 19.62 83.65 -
YUV 121.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 167 76 239 0.30 0.68 0 0.06 273.5 0.84 0.62
Hex A7 4C EF 1E 44 0 6 111 54 3E
Octal 247 114 357 36 104 0 6 421 124 76
Binary 10100111 1001100 11101111 11110 1000100 0 110 100010001 1010100 111110

Color Harmonies of #A74CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CEF

Black with #A74CEF

Text Example


Text Example

White with #A74CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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