Html Css Color HEX #A94CDF Medium Orchid

📋 copy color: '#A94CDF'

red 169 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #A94CDF

Tints of Medium Orchid #A94CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 36.11%
G = 16.24%
B = 47.65%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A94CDF (or 0xA94CDF) is known color: Medium Orchid. HEX triplet: A9, 4C and DF. RGB value is (169,76,223). Sum of RGB (Red+Green+Blue) = 169+76+223=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A94CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CDF is #56B320. Grayscale: #787878. Windows color (decimal): -5681953 or 14634153. OLE color: 14634153.

HSL color Cylindrical-coordinate representation of color #A94CDF: hue angle of 277.96º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A94CDF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 76 223 -
CMYK 0.24 0.66 0 0.13
HSL 277.96º 0.7% 0.59% -
HSV(B) 277.96º 0.66% 0.87% -
XYZ 32.27 18.93 71.77 -
YUV 120.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 169 76 223 0.24 0.66 0 0.13 277.96 0.7 0.59
Hex A9 4C DF 18 42 0 D 116 46 3B
Octal 251 114 337 30 102 0 15 426 106 73
Binary 10101001 1001100 11011111 11000 1000010 0 1101 100010110 1000110 111011

Color Harmonies of #A94CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CDF

Black with #A94CDF

Text Example


Text Example

White with #A94CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CDF; }

 p { color: rgb(169,76,223); }

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

background-color css

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

 a { background-color: rgb(169,76,223); }

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

border-color css

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

 span { border-color: rgb(169,76,223); }

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