Html Css Color HEX #A94FEC Medium Orchid

📋 copy color: '#A94FEC'

red 169 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #A94FEC

Tints of Medium Orchid #A94FEC

RGB

 RED value IS 169 (66.41% from 255) = 34.92%

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 34.92%
G = 16.32%
B = 48.76%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A94FEC (or 0xA94FEC) is known color: Medium Orchid. HEX triplet: A9, 4F and EC. RGB value is (169,79,236). Sum of RGB (Red+Green+Blue) = 169+79+236=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A94FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94FEC is #56B013. Grayscale: #7B7B7B. Windows color (decimal): -5681172 or 15486889. OLE color: 15486889.

HSL color Cylindrical-coordinate representation of color #A94FEC: hue angle of 274.39º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94FEC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 79 236 -
CMYK 0.28 0.67 0 0.07
HSL 274.39º 0.81% 0.62% -
HSV(B) 274.39º 0.67% 0.93% -
XYZ 34.3 20.08 81.43 -
YUV 123.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 169 79 236 0.28 0.67 0 0.07 274.39 0.81 0.62
Hex A9 4F EC 1C 43 0 7 112 51 3E
Octal 251 117 354 34 103 0 7 422 121 76
Binary 10101001 1001111 11101100 11100 1000011 0 111 100010010 1010001 111110

Color Harmonies of #A94FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FEC

Black with #A94FEC

Text Example


Text Example

White with #A94FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FEC; }

 p { color: rgb(169,79,236); }

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

background-color css

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

 a { background-color: rgb(169,79,236); }

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

border-color css

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

 span { border-color: rgb(169,79,236); }

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