Html Css Color HEX #A74FEF Medium Orchid

📋 copy color: '#A74FEF'

red 167 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #A74FEF

Tints of Medium Orchid #A74FEF

RGB

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

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

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

R = 34.43%
G = 16.29%
B = 49.28%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A74FEF (or 0xA74FEF) is known color: Medium Orchid. HEX triplet: A7, 4F and EF. RGB value is (167,79,239). Sum of RGB (Red+Green+Blue) = 167+79+239=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #A74FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FEF is #58B010. Grayscale: #7B7B7B. Windows color (decimal): -5812241 or 15683495. OLE color: 15683495.

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

Color convert

RGB 167 79 239 -
CMYK 0.30 0.67 0 0.06
HSL 273º 0.83% 0.62% -
HSV(B) 273º 0.67% 0.94% -
XYZ 34.31 20.04 83.72 -
YUV 123.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 167 79 239 0.30 0.67 0 0.06 273 0.83 0.62
Hex A7 4F EF 1E 43 0 6 111 53 3E
Octal 247 117 357 36 103 0 6 421 123 76
Binary 10100111 1001111 11101111 11110 1000011 0 110 100010001 1010011 111110

Color Harmonies of #A74FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FEF

Black with #A74FEF

Text Example


Text Example

White with #A74FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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