Html Css Color HEX #A94ACE Medium Orchid

📋 copy color: '#A94ACE'

red 169 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #A94ACE

Tints of Medium Orchid #A94ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.48%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 37.64%
G = 16.48%
B = 45.88%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A94ACE (or 0xA94ACE) is known color: Medium Orchid. HEX triplet: A9, 4A and CE. RGB value is (169,74,206). Sum of RGB (Red+Green+Blue) = 169+74+206=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A94ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ACE is #56B531. Grayscale: #757575. Windows color (decimal): -5682482 or 13519529. OLE color: 13519529.

HSL color Cylindrical-coordinate representation of color #A94ACE: hue angle of 283.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94ACE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 74 206 -
CMYK 0.18 0.64 0 0.19
HSL 283.18º 0.57% 0.55% -
HSV(B) 283.18º 0.64% 0.81% -
XYZ 29.95 17.79 60.25 -
YUV 117.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 169 74 206 0.18 0.64 0 0.19 283.18 0.57 0.55
Hex A9 4A CE 12 40 0 13 11B 39 37
Octal 251 112 316 22 100 0 23 433 71 67
Binary 10101001 1001010 11001110 10010 1000000 0 10011 100011011 111001 110111

Color Harmonies of #A94ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94ACE

Black with #A94ACE

Text Example


Text Example

White with #A94ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94ACE; }

 p { color: rgb(169,74,206); }

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

background-color css

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

 a { background-color: rgb(169,74,206); }

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

border-color css

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

 span { border-color: rgb(169,74,206); }

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