Html Css Color HEX #A94ECE Medium Orchid

📋 copy color: '#A94ECE'

red 169 ◦ green 78 ◦ blue 206

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

Shades of Medium Orchid #A94ECE

Tints of Medium Orchid #A94ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.22%

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

R = 37.31%
G = 17.22%
B = 45.47%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A94ECE (or 0xA94ECE) is known color: Medium Orchid. HEX triplet: A9, 4E and CE. RGB value is (169,78,206). Sum of RGB (Red+Green+Blue) = 169+78+206=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #A94ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94ECE is #56B131. Grayscale: #777777. Windows color (decimal): -5681458 or 13520553. OLE color: 13520553.

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

Color convert

RGB 169 78 206 -
CMYK 0.18 0.62 0 0.19
HSL 282.66º 0.57% 0.56% -
HSV(B) 282.66º 0.62% 0.81% -
XYZ 30.23 18.34 60.34 -
YUV 119.8 176.65 163.09 -
System Red Green Blue C M Y K H S L
Decimal 169 78 206 0.18 0.62 0 0.19 282.66 0.57 0.56
Hex A9 4E CE 12 3E 0 13 11B 39 38
Octal 251 116 316 22 76 0 23 433 71 70
Binary 10101001 1001110 11001110 10010 111110 0 10011 100011011 111001 111000

Color Harmonies of #A94ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94ECE

Black with #A94ECE

Text Example


Text Example

White with #A94ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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