Html Css Color HEX #A94CDC Medium Orchid

📋 copy color: '#A94CDC'

red 169 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #A94CDC

Tints of Medium Orchid #A94CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 36.34%
G = 16.34%
B = 47.31%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A94CDC (or 0xA94CDC) is known color: Medium Orchid. HEX triplet: A9, 4C and DC. RGB value is (169,76,220). Sum of RGB (Red+Green+Blue) = 169+76+220=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #A94CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CDC is #56B323. Grayscale: #777777. Windows color (decimal): -5681956 or 14437545. OLE color: 14437545.

HSL color Cylindrical-coordinate representation of color #A94CDC: hue angle of 278.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94CDC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 76 220 -
CMYK 0.23 0.65 0 0.14
HSL 278.75º 0.67% 0.58% -
HSV(B) 278.75º 0.65% 0.86% -
XYZ 31.86 18.77 69.65 -
YUV 120.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 169 76 220 0.23 0.65 0 0.14 278.75 0.67 0.58
Hex A9 4C DC 17 41 0 E 117 43 3A
Octal 251 114 334 27 101 0 16 427 103 72
Binary 10101001 1001100 11011100 10111 1000001 0 1110 100010111 1000011 111010

Color Harmonies of #A94CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CDC

Black with #A94CDC

Text Example


Text Example

White with #A94CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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