Html Css Color HEX #A94DEC Medium Orchid

📋 copy color: '#A94DEC'

red 169 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #A94DEC

Tints of Medium Orchid #A94DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

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

R = 35.06%
G = 15.98%
B = 48.96%

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

#A94DEC (or 0xA94DEC) is known color: Medium Orchid. HEX triplet: A9, 4D and EC. RGB value is (169,77,236). Sum of RGB (Red+Green+Blue) = 169+77+236=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A94DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94DEC is #56B213. Grayscale: #7A7A7A. Windows color (decimal): -5681684 or 15486377. OLE color: 15486377.

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

Color convert

RGB 169 77 236 -
CMYK 0.28 0.67 0 0.07
HSL 274.72º 0.81% 0.61% -
HSV(B) 274.72º 0.67% 0.93% -
XYZ 34.16 19.8 81.38 -
YUV 122.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 169 77 236 0.28 0.67 0 0.07 274.72 0.81 0.61
Hex A9 4D EC 1C 43 0 7 113 51 3D
Octal 251 115 354 34 103 0 7 423 121 75
Binary 10101001 1001101 11101100 11100 1000011 0 111 100010011 1010001 111101

Color Harmonies of #A94DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DEC

Black with #A94DEC

Text Example


Text Example

White with #A94DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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