Html Css Color HEX #A94ECB Medium Orchid

📋 copy color: '#A94ECB'

red 169 ◦ green 78 ◦ blue 203

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

Shades of Medium Orchid #A94ECB

Tints of Medium Orchid #A94ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 37.56%
G = 17.33%
B = 45.11%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A94ECB (or 0xA94ECB) is known color: Medium Orchid. HEX triplet: A9, 4E and CB. RGB value is (169,78,203). Sum of RGB (Red+Green+Blue) = 169+78+203=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #A94ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94ECB is #56B134. Grayscale: #777777. Windows color (decimal): -5681461 or 13323945. OLE color: 13323945.

HSL color Cylindrical-coordinate representation of color #A94ECB: hue angle of 283.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94ECB is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 78 203 -
CMYK 0.17 0.62 0 0.20
HSL 283.68º 0.55% 0.55% -
HSV(B) 283.68º 0.62% 0.8% -
XYZ 29.87 18.2 58.44 -
YUV 119.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 169 78 203 0.17 0.62 0 0.20 283.68 0.55 0.55
Hex A9 4E CB 11 3E 0 14 11C 37 37
Octal 251 116 313 21 76 0 24 434 67 67
Binary 10101001 1001110 11001011 10001 111110 0 10100 100011100 110111 110111

Color Harmonies of #A94ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94ECB

Black with #A94ECB

Text Example


Text Example

White with #A94ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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