Html Css Color HEX #A94DDA Medium Orchid

📋 copy color: '#A94DDA'

red 169 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #A94DDA

Tints of Medium Orchid #A94DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 36.42%
G = 16.59%
B = 46.98%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A94DDA (or 0xA94DDA) is known color: Medium Orchid. HEX triplet: A9, 4D and DA. RGB value is (169,77,218). Sum of RGB (Red+Green+Blue) = 169+77+218=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #A94DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DDA is #56B225. Grayscale: #787878. Windows color (decimal): -5681702 or 14306729. OLE color: 14306729.

HSL color Cylindrical-coordinate representation of color #A94DDA: hue angle of 279.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94DDA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 77 218 -
CMYK 0.22 0.65 0 0.15
HSL 279.15º 0.66% 0.58% -
HSV(B) 279.15º 0.65% 0.85% -
XYZ 31.67 18.8 68.29 -
YUV 120.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 169 77 218 0.22 0.65 0 0.15 279.15 0.66 0.58
Hex A9 4D DA 16 41 0 F 117 42 3A
Octal 251 115 332 26 101 0 17 427 102 72
Binary 10101001 1001101 11011010 10110 1000001 0 1111 100010111 1000010 111010

Color Harmonies of #A94DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DDA

Black with #A94DDA

Text Example


Text Example

White with #A94DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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